decodeArc4
Algorand TypeScript / arc4 / decodeArc4
decodeArc4<
T>(bytes,prefix):T
Defined in: arc4/index.ts:244
Decode the provided bytes to a native Algorand TypeScript value
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”An arc4 encoded bytes value
prefix
Section titled “prefix”The prefix (if any), present in the bytes value. This prefix will be validated and removed
"log" | "none"
Returns
Section titled “Returns”T