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.
pub async fn load_blockchain(
blocks_collection: Collection<Document>,
blockchain_collection: Collection<Document>,
) -> Result<Blockchain, Box<dyn Error>>Functions to Read the Blockchain.