x402-chainlink
    Preparing search index...

    Interface USDCPaymentParams

    Parameters for USDC payment requirements

    interface USDCPaymentParams {
        amount: number;
        creContract?: `0x${string}`;
        maxTimeoutSeconds?: number;
        network: EVMNetworkId;
        payTo: `0x${string}`;
    }
    Index

    Properties

    amount: number

    Amount in USD (e.g., 1.50 for $1.50)

    creContract?: `0x${string}`

    CRE contract address

    maxTimeoutSeconds?: number

    Maximum timeout in seconds (default: 300)

    network: EVMNetworkId

    Target network (CAIP-2 format)

    payTo: `0x${string}`

    Recipient address