mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-08-01 10:35:43 +00:00
Add finalized block info (#104)
This commit is contained in:
@@ -59,6 +59,8 @@ export interface SystemInterval extends BestBlock {
|
||||
status: 'Idle' | string; // TODO: 'Idle' | ...?
|
||||
bandwidth_upload: Maybe<Types.BytesPerSecond>;
|
||||
bandwidth_download: Maybe<Types.BytesPerSecond>;
|
||||
finalized_height: Maybe<Types.BlockNumber>;
|
||||
finalized_hash: Maybe<Types.BlockHash>;
|
||||
}
|
||||
|
||||
export interface NodeStart extends BestBlock {
|
||||
|
||||
Reference in New Issue
Block a user