StopCanisterOptions
Defined in: pocket-ic-types.ts:457
Options for stopping a given canister.
Properties
Section titled “Properties”canisterId
Section titled “canisterId”canisterId:
Principal
Defined in: pocket-ic-types.ts:461
The Principal of the canister to stop.
sender?
Section titled “sender?”
optional
sender:Principal
Defined in: pocket-ic-types.ts:467
The Principal to send the request as. Defaults to the anonymous principal.
targetSubnetId?
Section titled “targetSubnetId?”
optional
targetSubnetId:Principal
Defined in: pocket-ic-types.ts:472
The ID of the subnet that the canister resides on.