Module request_response

Source

Modules§

catchup
data_source
This file contains the DataSource trait. This trait allows the [RequestResponseProtocol] to calculate/derive a response for a specific request. In the confirmation layer the implementer would be something like a [FeeMerkleTree] for fee catchup
network
recipient_source
request

Structs§

RequestResponseProtocol
A concrete type wrapper around RequestResponse. We need this so that we can implement local traits like StateCatchup. It also helps with readability.