+
Best block: {this.state.best}
+
+
+
+ | Name | Block | Block time |
+
+
+
+ {
+ this.nodes().map(([ id, node ]) => (
+
+ | {node.nodeInfo.name} |
+ {node.blockInfo.height} |
+ {node.blockInfo.blockTime / 1000}s |
+
+ ))
+ }
+
+
+
+ );
+ }
+
+ private nodes(): Array<[Id