Skip to content

StartCanisterOptions

Defined in: pocket-ic-types.ts:464

Options for starting a given canister.

Principal

canisterId: Principal

Defined in: pocket-ic-types.ts:468

The Principal of the canister to start.


optional sender: Principal

Defined in: pocket-ic-types.ts:474

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


optional targetSubnetId: Principal

Defined in: pocket-ic-types.ts:479

The ID of the subnet that the canister resides on.