booker

package
v1.0.0-beta.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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

type Booker

type Booker interface {
	// Reset resets the component to a clean state as if it was created at the last commitment.
	Reset()

	module.Module
}

type Events

type Events struct {
	BlockBooked         *event.Event1[*blocks.Block]
	BlockInvalid        *event.Event2[*blocks.Block, error]
	TransactionAccepted *event.Event1[mempool.TransactionMetadata]
	TransactionInvalid  *event.Event2[mempool.TransactionMetadata, error]

	event.Group[Events, *Events]
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL