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
NetworkBridgeTxMessage::SendRequest
.
Type Aliases§
- Responses received for an
OutgoingRequest
. - Used by the network to send us a response to a request.