Skip to content

Commit 456b15e

Browse files
authored
Merge pull request #1970 from multiversx/erd-current-timestamp
Add erd_current_timestamp to NetworkStatus
2 parents 1aae614 + ced98a3 commit 456b15e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/core/src/data/network_status.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ use serde::{Deserialize, Serialize};
33
// NetworkStatus holds the network status details of a specified shard
44
#[derive(Debug, Default, Clone, Serialize, Deserialize, PartialEq, Eq)]
55
pub struct NetworkStatus {
6+
#[serde(rename = "erd_current_timestamp")]
7+
pub current_timestamp: u64,
68
#[serde(rename = "erd_current_round")]
79
pub current_round: u64,
810
#[serde(rename = "erd_epoch_number")]

0 commit comments

Comments
 (0)