Add network state to backend (#123)

This commit is contained in:
Gregory Terzian
2019-03-15 18:57:03 +08:00
committed by Maciej Hirsz
parent 1023b72fe7
commit 0134677c2d
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ export interface SystemConnected {
export interface SystemInterval extends BestBlock {
msg: 'system.interval';
network_state: Maybe<Types.NetworkState>;
txcount: Types.TransactionCount;
peers: Types.PeerCount;
memory: Maybe<Types.MemoryUse>;