Crate scrutiny_chain_blockchain_core

Crate scrutiny_chain_blockchain_core 

Source
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§

blockchain
models

Functions§

init
Initialize logging for the blockchain-core crate