Skip to content

CanisterSettings

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

Canister settings.

Principal

optional computeAllocation: bigint

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

The compute allocation of the canister.


optional controllers: Principal[]

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

The controllers of the canister. Defaults to the sender, which defaults to the anonymous principal.


optional freezingThreshold: bigint

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

The freezing threshold of the canister.


optional memoryAllocation: bigint

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

The memory allocation of the canister.


optional reservedCyclesLimit: bigint

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

The reserved cycles limit of the canister.