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 831d3dc commit ebf80f0Copy full SHA for ebf80f0
appchain/src/mainchain.rs
@@ -19,8 +19,6 @@ struct ResponseResult {
19
pub struct AppchainNotificationHistory<AccountId> {
20
#[serde(bound(deserialize = "AccountId: Decode"))]
21
appchain_notification: AppchainNotification<AccountId>,
22
- block_height: u64,
23
- timestamp: u64,
24
#[serde(deserialize_with = "deserialize_from_str")]
25
index: u32,
26
}
0 commit comments