referrerpolicy=no-referrer-when-downgrade
Expand description

Everything related to handling of outgoing requests.

Structs§

OutgoingRequest
A request to be sent to the network bridge, including a sender for sending responses/failures.

Enums§

Recipient
Potential recipients of an outgoing request.
RequestError
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§

OutgoingResult
Responses received for an OutgoingRequest.
ResponseSender
Used by the network to send us a response to a request.