x402-chainlink
    Preparing search index...

    Interface PriceFeedResult

    Price feed result

    interface PriceFeedResult {
        decimals: number;
        price: bigint;
        roundId: bigint;
        updatedAt: number;
    }
    Index

    Properties

    decimals: number

    Feed decimals (usually 8)

    price: bigint

    Price in USD (scaled by feed decimals)

    roundId: bigint

    Round ID

    updatedAt: number

    Last update timestamp