Module polkadot_node_network_protocol::request_response::outgoing [−][src]
Expand description
Everything related to handling of outgoing requests.
Structs
A request to be sent to the network bridge, including a sender for sending responses/failures.
Enums
Potential recipients of an outgoing request.
Any error that can occur when sending a request.
All requests that can be sent to the network bridge via NetworkBridgeMessage::SendRequest
.
Type Definitions
Responses received for an OutgoingRequest
.
Used by the network to send us a response to a request.