The Switchboard client

This client is used to interact with the Switchboard contract

If a provider without an account is passed, the client will be read-only

Constructors

Properties

Methods

Constructors

Properties

providerOrAccount: ProviderInterface | AccountInterface

The provider or account to use

state: Promise<State>

Methods

  • Fetch the current state of the Switchboard client

    Parameters

    • Optionaloptions: Partial

      Override the default state

    • retries: number = 3

      Number of retries to fetch the state

    Returns Promise<State>