CanisterSettings
Defined in: pocket-ic-types.ts:364
Canister settings.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”computeAllocation?
Section titled “computeAllocation?”
optional
computeAllocation:bigint
Defined in: pocket-ic-types.ts:374
The compute allocation of the canister.
controllers?
Section titled “controllers?”
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.
freezingThreshold?
Section titled “freezingThreshold?”
optional
freezingThreshold:bigint
Defined in: pocket-ic-types.ts:384
The freezing threshold of the canister.
memoryAllocation?
Section titled “memoryAllocation?”
optional
memoryAllocation:bigint
Defined in: pocket-ic-types.ts:379
The memory allocation of the canister.
reservedCyclesLimit?
Section titled “reservedCyclesLimit?”
optional
reservedCyclesLimit:bigint
Defined in: pocket-ic-types.ts:389
The reserved cycles limit of the canister.