Function: get_last_updated_txs()
function get_last_updated_txs(tx_monitor): Promise<Transaction[]>;
Returns updated txs since last call to this method. Clears list of updated txs.
Parameters
• tx_monitor: TransactionMonitor
Returns
Promise
<Transaction
[]>