Function bitcoinDecode

  • Decodes a public or private key formatted in base58 using the bitcoin format (see Bitcoin Base58Check encoding and Bitcoin WIF).

    For private keys this encode is also known as wallet import format (WIF).

    Parameters

    • value: string

    Returns Uint8Array

Generated using TypeDoc