package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Functions
NewChannelDemultiplexer creates a new ChannelDeMultiplexer.
NewCommInstance creates a new comm instance that binds itself to the given gRPC server.
# Structs
ChannelDeMultiplexer is a struct that can receive channel registrations (AddChannel) and publications (DeMultiplex) and it broadcasts the publications to registrations according to their predicate.
CommConfig is the configuration required to initialize a new comm.
ConnConfig is the configuration required to initialize a new conn.
ReceivedMessageImpl is an implementation of ReceivedMessage.
RemotePeer defines a peer's endpoint and its PKIid.
SendResult defines a result of a send to a remote peer.
# Interfaces
Comm is an object that enables to communicate with other peers that also embed a CommModule.
SecurityAdvisor defines an external auxiliary object that provides security and identity related capabilities.
# Type aliases
AggregatedSendResult represents a slice of SendResults.