Add finalized block info (#104)

This commit is contained in:
Maciej Hirsz
2019-02-01 15:53:05 +01:00
committed by GitHub
parent 8c70007eef
commit dc71df7911
15 changed files with 165 additions and 28 deletions
+2
View File
@@ -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 {