Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

UnwrappedPromise<T>: T extends Promise<infer Return> ? Return : T

Type Parameters

  • T

onAccountChangeCallback: ((account: string) => void)

Type declaration

    • (account: string): void
    • Parameters

      • account: string

      Returns void

onChainIdChangeCallback: (() => void)

Type declaration

    • (): void
    • Returns void

Variables

WalletAction: { GetAccounts: GetAccounts; GetChainId: GetChainId; GetEthereumTransactionReceipt: GetEthereumTransactionReceipt; GetNetworkId: GetNetworkId; SendEthereumTransaction: SendEthereumTransaction; SendTransaction: SendTransaction; SignEthereumTransaction: SignEthereumTransaction; SignTransaction: SignTransaction } = ...

Type declaration

  • GetAccounts: GetAccounts
  • GetChainId: GetChainId
  • GetEthereumTransactionReceipt: GetEthereumTransactionReceipt
  • GetNetworkId: GetNetworkId
  • SendEthereumTransaction: SendEthereumTransaction
  • SendTransaction: SendTransaction
  • SignEthereumTransaction: SignEthereumTransaction
  • SignTransaction: SignTransaction

Functions

  • getEthereumSignerAddress(address: undefined | string): string
  • getInjectiveSignerAddress(address: undefined | string): string
  • isCosmosWallet(wallet: Wallet): boolean
  • isCosmosWalletInstalled(wallet: Wallet): boolean
  • isEthWallet(wallet: Wallet): boolean
  • makeTimeoutTimestamp(timeoutInMs?: number): number
  • makeTimeoutTimestampInNs(timeoutInMs?: number): number

Generated using TypeDoc