UpdateCanisterSettingsOptions
Defined in: pocket-ic-types.ts:613
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:618
The Principal of the canister to update the settings for.
computeAllocation?
Section titled “computeAllocation?”
optional
computeAllocation:bigint
Defined in: pocket-ic-types.ts:405
The compute allocation of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings
.computeAllocation
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.
Inherited from
Section titled “Inherited from”freezingThreshold?
Section titled “freezingThreshold?”
optional
freezingThreshold:bigint
Defined in: pocket-ic-types.ts:415
The freezing threshold of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings
.freezingThreshold
memoryAllocation?
Section titled “memoryAllocation?”
optional
memoryAllocation:bigint
Defined in: pocket-ic-types.ts:410
The memory allocation of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings
.memoryAllocation
reservedCyclesLimit?
Section titled “reservedCyclesLimit?”
optional
reservedCyclesLimit:bigint
Defined in: pocket-ic-types.ts:420
The reserved cycles limit of the canister.
Inherited from
Section titled “Inherited from”CanisterSettings
.reservedCyclesLimit
sender?
Section titled “sender?”
optional
sender:Principal
Defined in: pocket-ic-types.ts:624
The Principal to send the request as. Defaults to the anonymous principal.