Include block hash

This commit is contained in:
maciejhirsz
2018-06-27 17:03:55 +02:00
parent b57dc22c33
commit fe2419e54b
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export type Milliseconds = Opaque<number, 'Milliseconds'>;
export type PeerCount = Opaque<number, 'PeerCount'>;
export type TransactionCount = Opaque<number, 'TransactionCount'>;
export type BlockDetails = [BlockNumber, Milliseconds];
export type BlockDetails = [BlockNumber, BlockHash, Milliseconds];
export type NodeDetails = [NodeName, NodeImplementation, NodeVersion];
export type NodeStats = [PeerCount, TransactionCount];