NotifyCreateCanisterArg
Defined in: packages/cmc/src/candid/cmc.d.ts:136
The argument of the [notify_create_canister] method.
Properties
Section titled “Properties”block_index
Section titled “block_index”block_index:
bigint
Defined in: packages/cmc/src/candid/cmc.d.ts:144
Index of the block on the ICP ledger that contains the payment.
controller
Section titled “controller”controller:
Principal
Defined in: packages/cmc/src/candid/cmc.d.ts:140
The controller of canister to create.
settings
Section titled “settings”settings: [] | [
CanisterSettings]
Defined in: packages/cmc/src/candid/cmc.d.ts:154
Optional canister settings that, if set, are applied to the newly created canister. If not specified, the caller is the controller of the canister and the other settings are set to default values.
subnet_selection
Section titled “subnet_selection”subnet_selection: [] | [
SubnetSelection]
Defined in: packages/cmc/src/candid/cmc.d.ts:149
Optional instructions to select on which subnet the new canister will be created on. vec may contain no more than one element.
subnet_type
Section titled “subnet_type”subnet_type: [] | [
string]
Defined in: packages/cmc/src/candid/cmc.d.ts:160
An optional subnet type that, if set, determines what type of subnet the new canister will be created on. Deprecated. Use subnet_selection instead.