x402-chainlink
    Preparing search index...

    Interface CREPaymentAuthorization

    Payment authorization for CRE workflow

    interface CREPaymentAuthorization {
        amount: string;
        chainId: number;
        from: `0x${string}`;
        nonce: string;
        to: `0x${string}`;
        token: `0x${string}`;
        validUntil: string;
    }
    Index

    Properties

    amount: string

    Amount in token's smallest unit (string for bigint compatibility)

    chainId: number

    Chain ID for cross-chain protection

    from: `0x${string}`

    Payer address

    nonce: string

    Unique nonce for replay protection

    to: `0x${string}`

    Recipient address

    token: `0x${string}`

    Token address

    validUntil: string

    Unix timestamp when payment expires (0 for no expiry)