Skip to content

CanisterSettings

Defined in: packages/pic/src/pocket-ic-types.ts:465

Canister settings.

Principal

optional computeAllocation: bigint

Defined in: packages/pic/src/pocket-ic-types.ts:475

The compute allocation of the canister.


optional controllers: Principal[]

Defined in: packages/pic/src/pocket-ic-types.ts:470

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


optional freezingThreshold: bigint

Defined in: packages/pic/src/pocket-ic-types.ts:485

The freezing threshold of the canister.


optional memoryAllocation: bigint

Defined in: packages/pic/src/pocket-ic-types.ts:480

The memory allocation of the canister.


optional reservedCyclesLimit: bigint

Defined in: packages/pic/src/pocket-ic-types.ts:490

The reserved cycles limit of the canister.