An actor base class. An actor is an object containing only functions that will return a promise. These functions are derived from the IDL definition.

Hierarchy (view full)

Constructors

  • Parameters

    • metadata: ActorMetadata

    Returns utils.agent.Actor

Properties

[metadataSymbol]: any

Methods

  • Get the Agent class this Actor would call, or undefined if the Actor would use the default agent (global.ic.agent).

    Parameters

    Returns undefined | utils.agent.Agent