Interface IHDWallet<TWallet>

Presents for a HD wallet

Type Parameters

  • TWallet

Hierarchy

  • IHDWallet

Implemented by

Methods

  • Get a wallet at a specific account index based on base derivation path

    Parameters

    • idx: number

    Returns Promise<TWallet>

  • Get the master wallet on base derivation path (m)

    Returns Promise<TWallet>

  • Get a wallet with a specific path

    Parameters

    • path: string

    Returns Promise<TWallet>

Generated using TypeDoc