CanisterStatusOptions
Defined in: packages/pic/src/pocket-ic-types.ts:707
Options for querying the status of a given canister.
Properties
Section titled “Properties”canisterId
Section titled “canisterId”canisterId:
Principal
Defined in: packages/pic/src/pocket-ic-types.ts:711
The Principal of the canister to query the status of.
sender?
Section titled “sender?”
optionalsender:Principal
Defined in: packages/pic/src/pocket-ic-types.ts:717
The Principal to send the request as. Defaults to the anonymous principal.