Skip to content

NotifyCreateCanisterArg

Defined in: packages/cmc/src/candid/cmc.d.ts:136

The argument of the [notify_create_canister] method.

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: Principal

Defined in: packages/cmc/src/candid/cmc.d.ts:140

The controller of canister to create.


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: [] | [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: [] | [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.