Class Wallet

Provide detail implementation for a wallet which is a derivation from a HD wallet

Hierarchy

Constructors

Properties

_publicKey: Uint8Array

Methods

  • Returns the private key of wallet

    Returns string

  • Returns Uint8Array

  • Returns the public hash of wallet

    Returns Promise<string>

  • Returns the public address as byte-array

    Returns Promise<Uint8Array>

  • Returns the formated public address of wallet

    Returns Promise<string>

  • Returns the formated public key as byte-array

    Returns Promise<Uint8Array>

  • Returns the raw public key of wallet

    Returns Promise<string>

  • Returns Promise<Uint8Array>

Generated using TypeDoc