package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Dec 15, 2022
License: AGPL-3.0, ISC
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
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.