x402-chainlink
    Preparing search index...

    Variable CHAINLINK_PRICE_FEED_ABIConst

    CHAINLINK_PRICE_FEED_ABI: readonly [
        {
            inputs: readonly [];
            name: "latestRoundData";
            outputs: readonly [
                { name: "roundId"; type: "uint80" },
                { name: "answer"; type: "int256" },
                { name: "startedAt"; type: "uint256" },
                { name: "updatedAt"; type: "uint256" },
                { name: "answeredInRound"; type: "uint80" },
            ];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "decimals";
            outputs: readonly [{ name: ""; type: "uint8" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "description";
            outputs: readonly [{ name: ""; type: "string" }];
            stateMutability: "view";
            type: "function";
        },
    ] = ...

    Chainlink Price Feed ABI (minimal)