package
0.0.0-20180419104149-40f2d1d03a96
Repository: https://github.com/tjfoc/hyperledger-fabric-gm.git
Documentation: pkg.go.dev

# Structs

AnchorPeer is an anchor peer's certificate and endpoint (host:port).

# Interfaces

ChannelNotifier is implemented by the gossip component and is used for the peer layer to notify the gossip component of a JoinChannel event.
JoinChannelMessage is the message that asserts a creation or mutation of a channel's membership list, and is the message that is gossipped among the peers.
MessageCryptoService is the contract between the gossip component and the peer's cryptographic layer and is used by the gossip component to verify, and authenticate remote peers and data they send, as well as to verify received blocks from the ordering service.
SecurityAdvisor defines an external auxiliary object that provides security and identity related capabilities.

# Type aliases

OrgIdentityType defines the identity of an organization.
PeerIdentityType is the peer's certificate.
PeerSecureDialOpts returns the gRPC DialOptions to use for connection level security when communicating with remote peer endpoints.
PeerSuspector returns whether a peer with a given identity is suspected as being revoked, or its CA is revoked.