Coda by Ian Macalinao
    Preparing search index...
    type ValidateArgsArgs = {
        __kind: "V1";
        operation: string;
        payload: PayloadArgs;
        ruleSetRevision: OptionOrNullable<number | bigint>;
        updateRuleState: boolean;
    }
    Index

    Properties

    __kind: "V1"
    operation: string

    The name of the operation being validated (e.g. Transfer).

    payload: PayloadArgs

    The runtime values the operation's rules will evaluate.

    ruleSetRevision: OptionOrNullable<number | bigint>

    Optional revision to validate against; defaults to the latest.

    updateRuleState: boolean

    Whether stateful rules (e.g. Frequency) should be advanced and persisted.