Algorand TypeScript
    Preparing search index...

    Type Alias ValidateEncodingOptions

    ValidateEncodingOptions: "unsafe-disabled" | "args"

    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.