Function binToBase58

  • Convert a Uint8Array to a bitcoin-style base58-encoded string.

    See createBaseConverter for format details.

    Parameters

    • input: Uint8Array

      the Uint8Array to base58 encode

    Returns string

Generated using TypeDoc