consensus

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2023 License: Apache-2.0, BSD-2-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NewEvents = event.CreateGroupConstructor(func() (newEvents *Events) {
	return &Events{
		BlockGadget: blockgadget.NewEvents(),
		SlotGadget:  slotgadget.NewEvents(),
	}
})

NewEvents contains the constructor of the Events object (it is generated by a generic factory).

Functions

This section is empty.

Types

type Consensus

type Consensus interface {
	Events() *Events

	BlockGadget() blockgadget.Gadget

	SlotGadget() slotgadget.Gadget

	ConflictResolver() *conflictresolver.ConflictResolver

	module.Interface
}

type Events

type Events struct {
	BlockGadget *blockgadget.Events
	SlotGadget  *slotgadget.Events

	event.Group[Events, *Events]
}

Jump to

Keyboard shortcuts

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