Expand description
Everything related to handling of outgoing requests.
Structs§
- Outgoing
Request - A request to be sent to the network bridge, including a sender for sending responses/failures.
Enums§
- Recipient
- Potential recipients of an outgoing request.
- Request
Error - Any error that can occur when sending a request.
- Requests
- All requests that can be sent to the network bridge via
NetworkBridgeTxMessage::SendRequest
.
Type Aliases§
- Outgoing
Result - Responses received for an
OutgoingRequest
. - Response
Sender - Used by the network to send us a response to a request.