Module cardano_chain_follower::follow
source · Expand description
Cardano chain follow module.
Modules§
- task 🔒Contains functions related to the Follower’s background task.
Structs§
- Information used to connect to a client.
- Cardano chain follower.
- Configuration for the Cardano chain follower.
- Builder used to create
FollowerConfig
s. - Handler for receiving the read block response from the client.
- Handler for receiving the read block range response from the client.
Enums§
- Enum of chain updates received by the follower.
Constants§
- Default
Follower
block buffer size.
Functions§
- Reads a block from the network using the N2N client.
- Reads a range of blocks from the network using the N2N client.
- Finds the tip point.
- Sets the N2N remote client’s read pointer.