Hierarchy

Constructors

Properties

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

Type declaration

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

Type declaration

    dappMetadata: DAppMetaData
    name: string = "Blocto"
    options?: WalletOptions<BloctoOptions>
    type: "evm" = "evm"
    walletId: string
    walletStorage: AsyncStorage
    id: string = ...
    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