Skip to content

CanisterSettings

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

Canister settings.

Principal

optional computeAllocation: bigint

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

The compute allocation of the canister.


optional controllers: Principal[]

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

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


optional freezingThreshold: bigint

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

The freezing threshold of the canister.


optional memoryAllocation: bigint

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

The memory allocation of the canister.


optional reservedCyclesLimit: bigint

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

The reserved cycles limit of the canister.