Skip to content

CanisterStatusOptions

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

Options for querying the status of a given canister.

Principal

canisterId: Principal

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

The Principal of the canister to query the status of.


optional sender: Principal

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

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