Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Methods

Abstract connect

  • connect(): Promise<void>

getAddress

  • getAddress(derivationPath: DerivationPath, index: number): Promise<string>

Abstract getDerivationPaths

Protected Abstract getExtendedKey

  • getExtendedKey(derivationPath: string): Promise<string | ExtendedPublicKey>
  • Get the chain code and public key from the device, based on the derivation path.

    Parameters

    • derivationPath: string

    Returns Promise<string | ExtendedPublicKey>

Private getHDNode

Protected Abstract getHardenedAddress

  • getHardenedAddress(derivationPath: DerivationPath, index: number): Promise<string>

Abstract getType

isHardwareWallet

Abstract serialize

  • serialize(): string

Abstract signMessage

Generated using TypeDoc