Function fromUint8Array

  • converts a Uint8Array to a Base64 string.

    Parameters

    • u8a: Uint8Array
    • Optional urlsafe: boolean

      URL-and-filename-safe a la RFC4648 ยง5

    Returns string

    Base64 string

Generated using TypeDoc