Expand description
P2P net protocols
Re-exports§
pub use protocol_proposal::ProposalMessage;
pub use protocol_proposal::ProtocolProposalHandler;
pub use protocol_proposal::ProtocolProposalHandlerPtr;
pub use protocol_sync::ForkSyncRequest;
pub use protocol_sync::ForkSyncResponse;
pub use protocol_sync::HeaderSyncRequest;
pub use protocol_sync::HeaderSyncResponse;
pub use protocol_sync::ProtocolSyncHandler;
pub use protocol_sync::ProtocolSyncHandlerPtr;
pub use protocol_sync::SyncRequest;
pub use protocol_sync::SyncResponse;
pub use protocol_sync::TipRequest;
pub use protocol_sync::TipResponse;
pub use protocol_sync::BATCH;
pub use protocol_tx::ProtocolTxHandler;
pub use protocol_tx::ProtocolTxHandlerPtr;
Modules§
- Block proposal broadcast protocol
- Validator blockchain sync protocol
- Transaction broadcast protocol
Structs§
- Darkfid P2P protocols handler.
Type Aliases§
- Atomic pointer to the Darkfid P2P protocols handler.