Skip to content

ValidateEncodingOptions

Algorand TypeScript


Algorand TypeScript / arc4 / ValidateEncodingOptions

ValidateEncodingOptions = "unsafe-disabled" | "args"

Defined in: arc4/index.ts:76

The possible options for validation behaviour for this method args: ABI arguments are validated automatically to ensure they are encoded correctly. unsafe-disabled: No automatic validation occurs. Arguments can instead be validated manually.