Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewEvents = event.CreateGroupConstructor(func() (newEvents *Events) { return &Events{ BlockBooked: event.New1[*blocks.Block](), BlockInvalid: event.New2[*blocks.Block, error](), TransactionAccepted: event.New1[mempool.TransactionMetadata](), TransactionInvalid: event.New2[mempool.TransactionMetadata, error](), } })
NewEvents contains the constructor of the Events object (it is generated by a generic factory).
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.