ChainlinkPriceInfo

Git Source

The price and timestamp returned by the Chainlink oracle.

struct ChainlinkPriceInfo {
    int256 price;
    uint256 timestamp;
}

Properties

NameTypeDescription
priceint256The asset price formatted by the middleware.
timestampuint256When the price was published on chain.