Function: get_all_utxos()
function get_all_utxos(
tx_monitor
): Promise<Map<SigningTxInputId, PaymentUtxoInfo[]>>;
Returns all utxos reserved by transaction monitor
Parameters
• tx_monitor: TransactionMonitor
Returns
Promise
<Map
<SigningTxInputId
,
PaymentUtxoInfo
[]>>