pub async fn get_pending_txrn(
wallets_collection: &Collection<Document>,
) -> BTreeMap<String, VecDeque<Transaction>>Expand description
Get pending transactions.
pub async fn get_pending_txrn(
wallets_collection: &Collection<Document>,
) -> BTreeMap<String, VecDeque<Transaction>>Get pending transactions.