Skip to content

CanisterStatusOptions

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

Options for querying the status of a given canister.

Principal

canisterId: Principal

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

The Principal of the canister to query the status of.


optional sender: Principal

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

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