Expand description
Blockchain
Contains the blockchain manager, syncer and an interface to mutate the blockchain.
Re-exports§
pub use fast_sync::set_fast_sync_hashes;
pub use manager::init_blockchain_manager;
pub use types::ConsensusBlockchainReadHandle;
Modules§
Functions§
- check_
add_ genesis - Checks if the genesis block is in the blockchain and adds it if not.
- init_
consensus - Initializes the consensus services.