Selects a single UTXO that can cover the required amount plus fee. This function is used when you need to tie a specific operation to a single UTXO, such as with Bitcoin inscriptions where the asset must be associated with specific satoshis. It searches for the first UTXO (in reverse order) that has sufficient value. Returns an error if no single UTXO has enough value to cover the payment and fe
(own_utxos: &[Utxo], amount: u64, fee: u64)
source not stored for this graph (policy: none)
no test coverage detected