Skip to content

decodeArc4

decodeArc4<T>(bytes, prefix?): T

Defined in: arc4/index.ts:253

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

"none" | "log"

T