ChainlinkPriceInfo
The price and timestamp returned by the Chainlink oracle.
struct ChainlinkPriceInfo {
int256 price;
uint256 timestamp;
}
Properties
Name | Type | Description |
---|---|---|
price | int256 | The asset price formatted by the middleware. |
timestamp | uint256 | When the price was published on chain. |