Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Connector

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • actions: Actions

      Methods bound to a zustand store that tracks the state of the connector. Actions are used by the connector to report changes in connection status.

    Returns Connector

Properties

Protected Readonly actions

actions: Actions

provider

provider: Provider | undefined

An EIP-1193 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md) and EIP-1102 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1102.md) compliant provider. May also comply with EIP-3085 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3085.md). This property must be defined while the connector is active.

Methods

Abstract activate

  • activate(...args: unknown[]): Promise<void> | void

deactivate

  • deactivate(...args: unknown[]): Promise<void> | void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Protected property
  • Static property

Generated using TypeDoc