Variable fromUint8ArrayConst

fromUint8Array: (u8a: Uint8Array, urlsafe?: boolean) => string

converts a Uint8Array to a Base64 string.

Type Declaration

    • (u8a: Uint8Array, urlsafe?: boolean): string
    • Parameters

      • u8a: Uint8Array
      • Optionalurlsafe: boolean

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

      Returns string

      Base64 string