RedstonePriceInfo
The price and timestamp returned by the Redstone oracle.
struct RedstonePriceInfo {
uint256 price;
uint256 timestamp;
}
Properties
Name | Type | Description |
---|---|---|
price | uint256 | The asset price formatted by the middleware. |
timestamp | uint256 | The timestamp of the price data. |