agent/actor library
Classes
- Actor
- 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.
- ActorConfig
- Configuration that can be passed to customize the Actor behaviour.
- ActorMetadata
- ActorMethod
- CallConfig
- CanisterActor
- CanisterInstallMode
- FieldOptions
Functions
-
decodeReturnValue(
List< CType> types, BinaryBlob msg) → dynamic
Typedefs
- ActorConstructor = CanisterActor Function(ActorConfig config)
- MethodCaller = Future Function(CallConfig options, List args)