package
1.0.0
Repository: https://github.com/sig-0/go-ibft.git
Documentation: pkg.go.dev

# Functions

NewIBFT creates a new instance of the IBFT consensus protocol.

# Structs

IBFT represents a single instance of the IBFT state machine.

# Interfaces

Backend defines an interface all backend implementations need to implement.
No description provided by the author
MessageConstructor defines a message constructor interface.
No description provided by the author
Transport defines an interface the node uses to communicate with other peers.
Verifier defines the verifier interface.