We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2af10d commit 5022a31Copy full SHA for 5022a31
core/events.go
@@ -10,3 +10,6 @@ type TxPostEvent struct{ Tx *types.Transaction }
10
11
// NewBlockEvent is posted when a block has been imported.
12
type NewBlockEvent struct{ Block *types.Block }
13
+
14
+// NewMinedBlockEvent is posted when a block has been imported.
15
+type NewMinedBlockEvent struct{ Block *types.Block }
0 commit comments