pub fn organize_transaction_flows_for_mulitple_addresses_by_txid_and_blocktime(
    transaction_flows_for_addresses: Vec<TransactionFlowsForAddress>
) -> HashMap<(String, i64), Vec<TransactionFlow>>