Functions
uint8ArrayToBase64
uint8ArrayToBase64(
uint8Array
):string
Defined in: packages/core/src/utils/encoding.ts:26
Converts a Uint8Array to a base64 string.
Parameters
uint8Array
Uint8Array
The Uint8Array to convert.
Returns
string
The base64-encoded string.