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