Skip to content

decodeArc4

Algorand TypeScript


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

T

BytesCompat

An arc4 encoded bytes value

The prefix (if any), present in the bytes value. This prefix will be validated and removed

"log" | "none"

T