Skip to content

API Reference


Interface: CreateCanisterParams

Defined in: services/replica.ts:342

Parameters for creating a canister.

Properties

canisterId

canisterId: string | undefined

Defined in: services/replica.ts:344

Optional specific canister ID. If undefined, one will be generated.


identity

identity: Identity

Defined in: services/replica.ts:346

The identity to use for the call (will be initial controller).


settings?

optional settings: CanisterSettings

Defined in: services/replica.ts:348

Optional canister settings (controllers, cycles, etc.).