pub async fn get_transaction(
tx_id: String,
wallets_collection: Collection<Document>,
) -> TransactionExpand description
Retrieve the tx_id from the existing map.
pub async fn get_transaction(
tx_id: String,
wallets_collection: Collection<Document>,
) -> TransactionRetrieve the tx_id from the existing map.