Skip to content

CanisterSettings

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

Canister settings.

Principal

optional computeAllocation: bigint

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

The compute allocation of the canister.


optional controllers: Principal[]

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

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


optional freezingThreshold: bigint

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

The freezing threshold of the canister.


optional memoryAllocation: bigint

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

The memory allocation of the canister.


optional reservedCyclesLimit: bigint

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

The reserved cycles limit of the canister.