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 a8e4004 commit a1eea85Copy full SHA for a1eea85
lazer/sdk/rust/protocol/src/api.rs
@@ -467,6 +467,7 @@ pub struct SubscribedResponse {
467
#[serde(rename_all = "camelCase")]
468
pub struct InvalidFeedSubscriptionDetails {
469
pub unknown_ids: Vec<PriceFeedId>,
470
+ pub unknown_symbols: Vec<String>,
471
pub unsupported_channels: Vec<PriceFeedId>,
472
pub unstable: Vec<PriceFeedId>,
473
}
0 commit comments