+
+
block height
+
{{ blockHeight > 0 ? blockHeight.toLocaleString() : "—" }}
+
+
+
subscribed
+
{{ subscribed }}
+
+
+
accepted
+
{{ sharesAccepted.toLocaleString() }}
+
+
+
rejected
+
{{ sharesRejected.toLocaleString() }}
+
+
+
last poll
+
{{ ageS === null ? "—" : `${ageS}s ago` }}
+
+
+