Variable fromUint8ArrayConst
Type Declaration
- (u8a: Uint8Array, urlsafe?: boolean): string
- Parameters- u8a: Uint8Array
- Optionalurlsafe: boolean- URL-and-filename-safe a la RFC4648 ยง5 
 - Returns string- Base64 string 
 
ConstOptionalurlsafe: booleanURL-and-filename-safe a la RFC4648 ยง5
Base64 string
converts a Uint8Array to a Base64 string.