pub async fn save_blockchain(
blockchain: &Blockchain,
blocks_collection: Collection<Document>,
blockchain_collection: Collection<Document>,
) -> Result<(), Box<dyn Error>>Expand description
Functions to Update Blockchain.
pub async fn save_blockchain(
blockchain: &Blockchain,
blocks_collection: Collection<Document>,
blockchain_collection: Collection<Document>,
) -> Result<(), Box<dyn Error>>Functions to Update Blockchain.