PriceInfo
The price and timestamp returned by the oracle middleware.
struct PriceInfo {
uint256 price;
uint256 neutralPrice;
uint256 timestamp;
}
Properties
Name | Type | Description |
---|---|---|
price | uint256 | The validated asset price, potentially adjusted by the middleware. |
neutralPrice | uint256 | The neutral/average price of the asset. |
timestamp | uint256 | The timestamp of the price data. |