Expand description
Core blockchain functionality and traits
This crate provides the foundational types and traits for blockchain interaction and analysis. It defines the core interfaces that other crates will implement and build upon.
Re-exports§
pub use blockchain::BlockchainDataProvider;pub use blockchain::BlockchainError;pub use models::Transaction;pub use models::SmartContract;pub use models::SecurityAnalysis;
Modules§
Functions§
- init
- Initialize logging for the blockchain-core crate