Skip to content

fromBase32

Algorand TypeScript


Algorand TypeScript / index / Bytes / fromBase32

fromBase32(b32): bytes<uint64>

Defined in: primitives.ts:336

Create a new bytes value from a base 32 encoded string

string

A literal string of b32 encoded characters

bytes<uint64>

fromBase32<TLength>(b32, options): bytes<TLength>

Defined in: primitives.ts:342

Create a new bytes value from a base 32 encoded string

TLength extends uint64

string

A literal string of b32 encoded characters

ToFixedBytesOptions<TLength>

Options for bounded bytes

bytes<TLength>