Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CallConfig

Configuration to make calls to the Replica.

Hierarchy

Index

Properties

agent?: Agent

An agent to use in this call, otherwise the actor or call will try to discover the agent to use.

canisterId?: string | Principal

The canister ID of this Actor.

effectiveCanisterId?: Principal

The effective canister ID. This should almost always be ignored.

pollingStrategyFactory?: PollStrategyFactory

A polling strategy factory that dictates how much and often we should poll the read_state endpoint to get the result of an update call.

Generated using TypeDoc