Skip to content

fromBase64

Algorand TypeScript


Algorand TypeScript / index / Bytes / fromBase64

fromBase64(b64): bytes<uint64>

Defined in: primitives.ts:321

Create a new bytes value from a base 64 encoded string

string

A literal string of b64 encoded characters

bytes<uint64>

fromBase64<TLength>(b64, options): bytes<TLength>

Defined in: primitives.ts:327

Create a new bytes value from a base 64 encoded string

TLength extends uint64

string

A literal string of b64 encoded characters

ToFixedBytesOptions<TLength>

Options for bounded bytes

bytes<TLength>