Hierarchy

Constructors

Properties

#connectParams: undefined | {
    chainId?: number;
}

Type declaration

  • Optional chainId?: number
#storage: AsyncStorage
chains: Chain[]
connector?: Connector<{}>

Type declaration

    dappMetadata: DAppMetaData
    signer?: Signer
    type: "evm" = "evm"
    walletId: string
    walletStorage: AsyncStorage
    meta: WalletMeta

    Methods

    • Parameters

      • currencyAddress: string = NATIVE_TOKEN_ADDRESS

      Returns Promise<{
          decimals: number;
          displayValue: string;
          name: string;
          symbol: string;
          value: BigNumber;
      }>

      the native token balance of the connected wallet

    Generated using TypeDoc