StartCanisterOptions
Defined in: pocket-ic-types.ts:526
Options for starting a given canister.
Properties
Section titled “Properties”canisterId
Section titled “canisterId”canisterId:
Principal
Defined in: pocket-ic-types.ts:530
The Principal of the canister to start.
sender?
Section titled “sender?”
optionalsender:Principal
Defined in: pocket-ic-types.ts:536
The Principal to send the request as. Defaults to the anonymous principal.
targetSubnetId?
Section titled “targetSubnetId?”
optionaltargetSubnetId:Principal
Defined in: pocket-ic-types.ts:541
The ID of the subnet that the canister resides on.