Function: get_all_utxos()
function get_all_utxos(
tx_monitor
): Promise<Map<SigningTxInputId, PaymentUtxoInfo[]>>;
Parameters
• tx_monitor: TransactionMonitor
Returns
Promise
<Map
<SigningTxInputId
,
PaymentUtxoInfo
[]>>
function get_all_utxos(
tx_monitor
): Promise<Map<SigningTxInputId, PaymentUtxoInfo[]>>;
• tx_monitor: TransactionMonitor
Promise
<Map
<SigningTxInputId
,
PaymentUtxoInfo
[]>>