str: (
type:
| "utf8"
| "hex"
| "base16"
| "base32"
| "base64"
| "base64url"
| "base58"
| "base58xmr",
bytes: Uint8Array,
) => string = bytesToString
Type Declaration
- (
type:
| "utf8"
| "hex"
| "base16"
| "base32"
| "base64"
| "base64url"
| "base58"
| "base58xmr",
bytes: Uint8Array,
): string Parameters
- type:
| "utf8"
| "hex"
| "base16"
| "base32"
| "base64"
| "base64url"
| "base58"
| "base58xmr" - bytes: Uint8Array
Returns string