Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make inner fields public
Browse files Browse the repository at this point in the history
darunrs committed Jan 8, 2025
1 parent 4621b98 commit 2883d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lazer/sdk/rust/protocol/src/api.rs
Original file line number Diff line number Diff line change
@@ -25,6 +25,6 @@ pub struct LatestPriceResponse {
#[derive(Debug, Clone, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct LatestPrice {
id: PriceFeedId,
prices: AggregatedPriceFeedData,
pub id: PriceFeedId,
pub prices: AggregatedPriceFeedData,
}

0 comments on commit 2883d34

Please sign in to comment.