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

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