Class LegacyWallet

Provide detail implementation for a legacy wallet which works with a single private key

Hierarchy

Constructors

Properties

_publicKey: Uint8Array

Methods

  • Returns the private key of wallet

    Returns string

  • 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>

Generated using TypeDoc