An arc4 encoded bytes value
Options for how the bytes should be converted
Optionalprefix?: "log" | "none"The prefix (if any), present in the bytes value. This prefix will be validated and removed
The strategy used for converting bytes.
unsafe-cast: Reinterpret the value as an ARC4 encoded type without validation
validate: Asserts the encoding of the raw bytes matches the expected type
Interpret the provided bytes as an ARC4 encoded type