diff --git a/engine/structs.go b/engine/structs.go index 41be281d..7324fccf 100644 --- a/engine/structs.go +++ b/engine/structs.go @@ -19,6 +19,7 @@ type NetStatus struct { TotalNetworkPower int64 TotalCommitteePower int64 NetworkName string + TotalAccounts int } type NodeInfo struct {