FormattedPythPrice
Representation of a Pyth price with a uint256 price.
struct FormattedPythPrice {
uint256 price;
uint256 conf;
uint256 publishTime;
}
Properties
Name | Type | Description |
---|---|---|
price | uint256 | The price of the asset. |
conf | uint256 | The confidence interval around the price (in dollars, absolute value). |
publishTime | uint256 | Unix timestamp describing when the price was published. |