CanisterSettings
Defined in: pocket-ic-types.ts:461
Canister settings.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”computeAllocation?
Section titled “computeAllocation?”
optionalcomputeAllocation:bigint
Defined in: pocket-ic-types.ts:471
The compute allocation of the canister.
controllers?
Section titled “controllers?”
optionalcontrollers:Principal[]
Defined in: pocket-ic-types.ts:466
The controllers of the canister. Defaults to the sender, which defaults to the anonymous principal.
freezingThreshold?
Section titled “freezingThreshold?”
optionalfreezingThreshold:bigint
Defined in: pocket-ic-types.ts:481
The freezing threshold of the canister.
memoryAllocation?
Section titled “memoryAllocation?”
optionalmemoryAllocation:bigint
Defined in: pocket-ic-types.ts:476
The memory allocation of the canister.
reservedCyclesLimit?
Section titled “reservedCyclesLimit?”
optionalreservedCyclesLimit:bigint
Defined in: pocket-ic-types.ts:486
The reserved cycles limit of the canister.