pub type ProtoEvent = Event<PublicKey>;
Available on crate feature
net
only.Expand description
Events emitted from the gossip protocol
Aliased Type§
enum ProtoEvent {
NeighborUp(PublicKey),
NeighborDown(PublicKey),
Received(GossipEvent<PublicKey>),
}