CallConfig
Defined in: packages/core/src/agent/actor.ts:30
Configuration to make calls to the Replica.
Properties
Section titled “Properties”agent?
Section titled “agent?”
optionalagent?:Agent
Defined in: packages/core/src/agent/actor.ts:35
An agent to use in this call, otherwise the actor or call will try to discover the agent to use.
canisterId?
Section titled “canisterId?”
optionalcanisterId?:string|Principal
Defined in: packages/core/src/agent/actor.ts:45
The canister ID of this Actor.
effectiveCanisterId?
Section titled “effectiveCanisterId?”
optionaleffectiveCanisterId?:Principal
Defined in: packages/core/src/agent/actor.ts:50
The effective canister ID.
nonce?
Section titled “nonce?”
optionalnonce?:Uint8Array<ArrayBufferLike>
Defined in: packages/core/src/agent/actor.ts:55
The nonce to use for this call. This is used to prevent replay attacks.
pollingOptions?
Section titled “pollingOptions?”
optionalpollingOptions?:PollingOptions
Defined in: packages/core/src/agent/actor.ts:40
Options for controlling polling behavior.