Result_CoinSelectionNoneZ |
Result_CoinSelectionNoneZ.clone() |
Creates a new CResult_CoinSelectionNoneZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_CoinSelectionNoneZ |
Result_CoinSelectionNoneZ.err() |
Creates a new CResult_CoinSelectionNoneZ in the error state.
|
static Result_CoinSelectionNoneZ |
Result_CoinSelectionNoneZ.ok(CoinSelection o) |
Creates a new CResult_CoinSelectionNoneZ in the success state.
|
Result_CoinSelectionNoneZ |
CoinSelectionSource.CoinSelectionSourceInterface.select_confirmed_utxos(byte[] claim_id,
Input[] must_spend,
TxOut[] must_pay_to,
int target_feerate_sat_per_1000_weight) |
Performs coin selection of a set of UTXOs, with at least 1 confirmation each, that are
available to spend.
|
Result_CoinSelectionNoneZ |
CoinSelectionSource.select_confirmed_utxos(byte[] claim_id,
Input[] must_spend,
TxOut[] must_pay_to,
int target_feerate_sat_per_1000_weight) |
Performs coin selection of a set of UTXOs, with at least 1 confirmation each, that are
available to spend.
|