fromBase32
Algorand TypeScript / index / Bytes / fromBase32
Call Signature
Section titled “Call Signature”Defined in: primitives.ts:336
Create a new bytes value from a base 32 encoded string
Parameters
Section titled “Parameters”string
A literal string of b32 encoded characters
Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”fromBase32<
TLength>(b32,options):bytes<TLength>
Defined in: primitives.ts:342
Create a new bytes value from a base 32 encoded string
Type Parameters
Section titled “Type Parameters”TLength
Section titled “TLength”TLength extends uint64
Parameters
Section titled “Parameters”string
A literal string of b32 encoded characters
options
Section titled “options”ToFixedBytesOptions<TLength>
Options for bounded bytes
Returns
Section titled “Returns”bytes<TLength>