Skip to content

API Reference


Interface: CreateActorParams

Defined in: services/replica.ts:355

Parameters for creating an actor to interact with a canister.

Properties

canisterDID

canisterDID: object

Defined in: services/replica.ts:359

The Candid interface factory (from .did.js file).

idlFactory

idlFactory: InterfaceFactory


canisterId

canisterId: string

Defined in: services/replica.ts:357

The canister ID to create an actor for.


identity

identity: Identity

Defined in: services/replica.ts:361

The identity to use for calls.