ic-reactor
    Preparing search index...

    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.

    Index

    Constructors

    • Parameters

      • metadata: ActorMetadata

      Returns utils.agent.Actor

    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