mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-08-04 07:25:43 +00:00
Add network state to backend (#123)
This commit is contained in:
committed by
Maciej Hirsz
parent
1023b72fe7
commit
0134677c2d
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user