# Constants
MessageInvalidated means message is invalidated by the other message.
MessageInvalidates means message invalidates the other message.
MessageNoAction means messages have no relation.
# Structs
FileSyncInfo defines a file sync mode.
NetworkMember defines a peer's endpoint and its PKIid.
# Type aliases
ChainMac defines the identity representation of a chain.
InvalidationResult determines how a message offects another message.
MessageAcceptor is a predicate that is used to determine in which messages the subscriber that created the instance of the MessageAcceptor is interested in.
MessageReplcaingPolicy returns: - MessageInvalidates if this message invalidates that - MessageInvalidated if this message is invalidated by that - MessageNoAction otherwise.
PeerIdentityType is the peer's certificate.
PeerSuspector returns whether a peer with a given identity is suspected as being revoked, or its CA is revoked.
PKIidType defines the type that holds the PKI-id which is the security identifier of a peer.