Module protocol_proposal

Source
Expand description

Block proposal broadcast protocol

Structs§

ProposalMessage
Auxiliary Proposal wrapper structure used for messaging.
ProtocolProposalHandler
Handler managing Proposal messages, over a generic P2P protocol.

Functions§

handle_receive_proposal 🔒
Background handler function for ProtocolProposal.

Type Aliases§

ProtocolProposalHandlerPtr
Atomic pointer to the ProtocolProposal handler.