Function load_blockchain

Source
pub async fn load_blockchain(
    blocks_collection: Collection<Document>,
    blockchain_collection: Collection<Document>,
) -> Result<Blockchain, Box<dyn Error>>
Expand description

Functions to Read the Blockchain.