Interface CreateActorOptions

interface CreateActorOptions {
    actorOptions?: ActorConfig;
    agent?: Agent;
    agentOptions?: HttpAgentOptions;
    canisterId: string | Principal;
    idlFactory: InterfaceFactory;
}

Properties

actorOptions?: ActorConfig

ActorConfig

agent?: Agent

Agent

agentOptions?: HttpAgentOptions

HttpAgentOptions

canisterId: string | Principal
idlFactory: InterfaceFactory