RedstonePriceInfo

Git Source

The price and timestamp returned by the Redstone oracle.

struct RedstonePriceInfo {
    uint256 price;
    uint256 timestamp;
}

Properties

NameTypeDescription
priceuint256The asset price formatted by the middleware.
timestampuint256The timestamp of the price data.