Expand description
Basic structures for representing on-chain blocks and transactions in DeFi integrations.
Modules§
Structs§
- Chain
- Defines a blockchain with its unique identifiers and connection details for network interaction.
Enums§
- Blockchain
- Represents different blockchain networks.
Type Aliases§
- Shared
Chain - A thread-safe shared pointer to a
Chain
, enabling efficient reuse across multiple components.