pub async fn commit_mine_crypto(
tx_id: String,
blocks_collection: Collection<Document>,
blockchain_collection: Collection<Document>,
wallets_collection: Collection<Document>,
) -> StringExpand description
Commit the mined transaction to the database.