package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Oct 13, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
EventType Type
Content any
}
type Handler func(e *Event)
const (
Error Type = iota
TransactionProcessed
TransactionFailed
NewRoundStarted
UnicityCertificateHandled
BlockFinalized
RecoveryStarted
RecoveryFinished
StateReverted
ReplicationResponseSent
LatestUnicityCertificateUpdated
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.