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

# Packages

Package connector implements ReplicaConnector interface using gRPC as a mechanism to exchange messages with replicas over the network.
No description provided by the author
Package server implements a counterpart for serving incoming gRPC connections initiated by gRPC-based ReplicaConnector and connects it directly to an instance of MessageStreamHandler interface.