hoodchain - v0.1.0
    Preparing search index...

    Variable aggregatorV3AbiConst

    aggregatorV3Abi: readonly [
        {
            inputs: readonly [];
            name: "decimals";
            outputs: readonly [{ type: "uint8" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "description";
            outputs: readonly [{ type: "string" }];
            stateMutability: "view";
            type: "function";
        },
        {
            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";
        },
    ] = ...

    Standard Chainlink AggregatorV3Interface.