OptionalagentAn agent to use in this call, otherwise the actor or call will try to discover the agent to use.
OptionaleffectiveThe effective canister ID. This should almost always be ignored.
OptionalnonceThe nonce to use for this call. This is used to prevent replay attacks.
The Canister ID of this Actor. This is required for an Actor.
OptionalblsPolyfill for BLS Certificate verification in case wasm is not supported
OptionalpollingPolling options to use when making update calls. This will override the default DEFAULT_POLLING_OPTIONS.
OptionalcallAn override function for update calls' CallConfig. This will be called on every calls.
OptionalqueryAn override function for query calls' CallConfig. This will be called on every query.
Configuration that can be passed to customize the Actor behaviour.