Module chain

Source
Expand description

Basic structures for representing on-chain blocks and transactions in DeFi integrations.

Modules§

chains

Structs§

Chain
Defines a blockchain with its unique identifiers and connection details for network interaction.

Enums§

Blockchain
Represents different blockchain networks.

Type Aliases§

SharedChain
A thread-safe shared pointer to a Chain, enabling efficient reuse across multiple components.