Skip to content

QueryCallOptions

Defined in: packages/pic/src/pocket-ic-types.ts:807

Options for making a query call to a given canister.

Principal

optional arg: Uint8Array<ArrayBufferLike>

Defined in: packages/pic/src/pocket-ic-types.ts:828

A Candid encoded argument to pass to the canister’s method. Defaults to an empty Uint8Array.


canisterId: Principal

Defined in: packages/pic/src/pocket-ic-types.ts:817

The Principal of the canister to query.


method: string

Defined in: packages/pic/src/pocket-ic-types.ts:822

The method to call on the canister.


optional sender: Principal

Defined in: packages/pic/src/pocket-ic-types.ts:812

The Principal to send the request as. Defaults to the anonymous principal.


optional targetSubnetId: Principal

Defined in: packages/pic/src/pocket-ic-types.ts:833

The ID of the subnet that the canister resides on.