Skip to content

Commit

Permalink
CSDK-115 added latest_switch_block_hash property
Browse files Browse the repository at this point in the history
Signed-off-by: David Hernando <[email protected]>
  • Loading branch information
davidatwhiletrue committed May 13, 2024
1 parent 4be0715 commit 074ff2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Casper.Network.SDK/JsonRpc/ResultTypes/GetNodeStatusResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,10 @@ public class GetNodeStatusResult : RpcResult
/// The status of the block synchronizer builders.
/// </summary>
[JsonPropertyName("block_sync")] public BlockSynchronizerStatus BlockSync { get; init; }

/// <summary>
/// The hash of the latest switch block.
/// </summary>
[JsonPropertyName("latest_switch_block_hash")] public string LatestSwitchBlockHash { get; init; }
}
}

0 comments on commit 074ff2f

Please sign in to comment.