Interface GondiProps

Hierarchy

  • GondiProps

Properties

wallet: {}

Type declaration

    publicClient?: {}

    Dedicated public client for read operations: transaction simulations, receipt polling and contract reads. Must be connected to the same chain as wallet. When omitted, a public client is derived from the wallet's own transport, so every read goes through the wallet provider's RPC.

    Type declaration

      apiClient?: ApolloClient<NormalizedCacheObject>
      onStepChange?: OnStepChange