sequencer
0.1.0
Module request_
response
Module Items
Modules
Structs
In crate sequencer
sequencer
Module
request_response
Copy item path
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
§
Request
Response
Protocol
A concrete type wrapper around
RequestResponse
. We need this so that we can implement local traits like
StateCatchup
. It also helps with readability.