We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f06773 commit 0003e44Copy full SHA for 0003e44
pyth-sdk/src/lib.rs
@@ -105,9 +105,9 @@ pub struct PriceFeed {
105
/// Unique identifier for this price.
106
pub id: PriceIdentifier,
107
/// Price.
108
- price: Price,
+ pub price: Price,
109
/// Exponentially-weighted moving average (EMA) price.
110
- ema_price: Price,
+ pub ema_price: Price,
111
}
112
113
impl PriceFeed {
0 commit comments