Skip to content

UpdateCallOptions

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

Options for making an update call to a given canister.

Principal

optional arg: Uint8Array<ArrayBufferLike>

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

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:990

The Principal of the canister to update.


method: string

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

The method to call on the canister.


optional sender: Principal

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

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


optional senderInfo: SenderInfo

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

Sender information to attach to the call, see SenderInfo.


optional targetSubnetId: Principal

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

The ID of the subnet that the canister resides on.