UpdateCanisterSettingsOptions
Defined in: pocket-ic-types.ts:684
Options for updating the settings of a given canister.
Extends
Section titled “Extends”Partial<CanisterSettings>
Properties
Section titled “Properties”canisterId
Section titled “canisterId”canisterId:
Principal
Defined in: pocket-ic-types.ts:689
The Principal of the canister to update the settings for.
computeAllocation?
Section titled “computeAllocation?”
optionalcomputeAllocation:bigint
Defined in: pocket-ic-types.ts:471
The compute allocation of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings.computeAllocation
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.
Inherited from
Section titled “Inherited from”freezingThreshold?
Section titled “freezingThreshold?”
optionalfreezingThreshold:bigint
Defined in: pocket-ic-types.ts:481
The freezing threshold of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings.freezingThreshold
memoryAllocation?
Section titled “memoryAllocation?”
optionalmemoryAllocation:bigint
Defined in: pocket-ic-types.ts:476
The memory allocation of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings.memoryAllocation
reservedCyclesLimit?
Section titled “reservedCyclesLimit?”
optionalreservedCyclesLimit:bigint
Defined in: pocket-ic-types.ts:486
The reserved cycles limit of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings.reservedCyclesLimit
sender?
Section titled “sender?”
optionalsender:Principal
Defined in: pocket-ic-types.ts:695
The Principal to send the request as. Defaults to the anonymous principal.