Returns a list of all unspent outputs (UTXOs) available in the wallet.
Usage
mc_list_unspent(conn, minconf = 1, maxconf = 999999, addresses = NULL)
Arguments
- conn
A connection object to the MultiChain node.
- minconf
Integer. Minimum confirmations (default 1).
- maxconf
Integer. Maximum confirmations (default 999999).
- addresses
Optional character vector of addresses to filter the results.
Value
A data frame containing UTXO details, including txid, vout,
address, amount, and associated asset/permission data.
See also
Other wallet:
mc_backup_wallet(),
mc_change_wallet_passphrase(),
mc_combine_unspent(),
mc_dump_privkey(),
mc_dump_wallet(),
mc_encrypt_wallet(),
mc_get_wallet_info(),
mc_import_privkey(),
mc_import_wallet(),
mc_list_lock_unspent(),
mc_lock_unspent(),
mc_lock_wallet(),
mc_unlock_wallet()