Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Wallet

Hierarchy

  • Wallet

Index

Methods

getAddress

  • getAddress(derivationPath: DerivationPath, index: number): Promise<string>
  • Get an address from the wallet, based on the derivation path and index.

    Parameters

    Returns Promise<string>

getDerivationPaths

getType

isHardwareWallet

Optional prefetch

  • Optional function to prefetch necessary info from a device, if applicable. Can optionally return the pre-fetched data, which may be useful for testing purposes.

    template

    Parameters

    Returns Promise<unknown>

serialize

  • serialize(): string
  • Serialize the wallet implementation to a JSON string.

    Returns string

signMessage

Generated using TypeDoc