Optional
agentAn agent to use in this call, otherwise the actor or call will try to discover the agent to use.
Optional
pollingA polling strategy factory that dictates how much and often we should poll the read_state endpoint to get the result of an update call.
Optional
effectiveThe effective canister ID. This should almost always be ignored.
The Canister ID of this Actor. This is required for an Actor.
Optional
blsPolyfill for BLS Certificate verification in case wasm is not supported
Optional
callAn override function for update calls' CallConfig. This will be called on every calls.
Optional
queryAn override function for query calls' CallConfig. This will be called on every query.
Configuration that can be passed to customize the Actor behaviour.