package
0.0.0-20231107013028-2a45ea8fb723
Repository: https://github.com/hyperledger-labs/minbft.git
Documentation: pkg.go.dev

# Functions

New creates an instance of Client given a client ID, total number of replica nodes n, number of tolerated faulty replica nodes f, and a stack of external interfaces.
WithLogger sets an externally created logger.

# Interfaces

Client represents an instance of client part of the consensus protocol.
Stack combines the interfaces of the external modules.

# Type aliases

Option is a function to set client optional parameters.