T402 API Reference - v2.8.0
    Preparing search index...

    Interface ERC20ApprovalGasSponsorValidationResult

    Result of ERC-20 approval gas sponsor payload validation.

    interface ERC20ApprovalGasSponsorValidationResult {
        valid: boolean;
        error?: string;
    }
    Index

    Properties

    Properties

    valid: boolean

    Whether the payload is valid

    error?: string

    Error message if invalid