Skip to content

CanisterSettings

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

Canister settings.

Principal

optional computeAllocation: bigint

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

The compute allocation of the canister.


optional controllers: Principal[]

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

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


optional freezingThreshold: bigint

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

The freezing threshold of the canister.


optional memoryAllocation: bigint

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

The memory allocation of the canister.


optional reservedCyclesLimit: bigint

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

The reserved cycles limit of the canister.