CanisterSettings
Defined in: pocket-ic-types.ts:395
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:405
The compute allocation of the canister.
controllers?
Section titled “controllers?”
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.
freezingThreshold?
Section titled “freezingThreshold?”
optional
freezingThreshold:bigint
Defined in: pocket-ic-types.ts:415
The freezing threshold of the canister.
memoryAllocation?
Section titled “memoryAllocation?”
optional
memoryAllocation:bigint
Defined in: pocket-ic-types.ts:410
The memory allocation of the canister.
reservedCyclesLimit?
Section titled “reservedCyclesLimit?”
optional
reservedCyclesLimit:bigint
Defined in: pocket-ic-types.ts:420
The reserved cycles limit of the canister.