Protected
constructorPrivate
[metadataStatic
agentStatic
interfaceGet the interface of an actor, in the form of an instance of a Service.
Static
canisterStatic
installOptional
mode?: canister_install_modeOptional
arg?: ArrayBufferStatic
createStatic
createOptional
arg?: ArrayBufferOptional
config: utils.agent.CallConfigStatic
createOptional
options: utils.agent.CreateActorClassOptsStatic
createStatic
createReturns an actor with methods that return the http response details along with the result
the interface factory for the actor
the configuration for the actor
Static
createReturns an actor with methods that return the http response details along with the result
the interface factory for the actor
the configuration for the actor
Optional
actorClassOptions: utils.agent.CreateActorClassOptsoptions for the actor class extended details to return with the result
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.