package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Constants
MessageInvalidated means message is invalidated by the other message.
MessageInvalidates means message invalidates the other message.
MessageNoAction means messages have no relation.
# Structs
Payload defines an object that contains a ledger block.
TLSCertificates aggregates server and client TLS certificates.
# Type aliases
ChannelID defines the identity representation of a chain.
InvalidationResult determines how a message affects another message when it is put into gossip message store.
MessageAcceptor is a predicate that is used to determine in which messages the subscriber that created the instance of the MessageAcceptor is interested in.
MessageReplacingPolicy Returns: MESSAGE_INVALIDATES if this message invalidates that MESSAGE_INVALIDATED if this message is invalidated by that MESSAGE_NO_ACTION otherwise.
PKIidType defines the type that holds the PKI-id which is the security identifier of a peer.