Crate cardano_chain_follower
source ยทExpand description
Cardano chain follower.
Modulesยง
- follow ๐Cardano chain follow module.
- mithril_
snapshot ๐Internal Mithril snapshot functions.
Structsยง
- Cardano chain follower.
- Configuration for the Cardano chain follower.
- Builder used to create
FollowerConfig
s. - CBOR encoded data of a multi-era block.
- 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.
- Crate error type.
- Enum of possible Cardano networks.
- A point within a chain
- A point in the chain or the tip.
Constantsยง
- MAINNE
T_ ๐NAME The human readable name of the Cardano mainnet network. - PREPRO
D_ ๐NAME The human readable name of the Cardano pre-production network. - PREVIE
W_ ๐NAME The human readable name of the Cardano preview network. - TESTNE
T_ ๐NAME The human readable name of a Cardano local testnet network.
Functionsยง
- Return genesis values for given network
- Validate a multi-era block.
Type Aliasesยง
- Crate result type.