Skip to content

CanisterStatusOptions

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

Options for querying the status of a given canister.

Principal

canisterId: Principal

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

The Principal of the canister to query the status of.


optional sender: Principal

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

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