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.
2 parents 1aae614 + ced98a3 commit 456b15eCopy full SHA for 456b15e
sdk/core/src/data/network_status.rs
@@ -3,6 +3,8 @@ use serde::{Deserialize, Serialize};
3
// NetworkStatus holds the network status details of a specified shard
4
#[derive(Debug, Default, Clone, Serialize, Deserialize, PartialEq, Eq)]
5
pub struct NetworkStatus {
6
+ #[serde(rename = "erd_current_timestamp")]
7
+ pub current_timestamp: u64,
8
#[serde(rename = "erd_current_round")]
9
pub current_round: u64,
10
#[serde(rename = "erd_epoch_number")]
0 commit comments