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