Uses of Class
org.ldk.structs.Input
-
Packages that use Input Package Description org.ldk.structs -
-
Uses of Input in org.ldk.structs
Methods in org.ldk.structs that return Input Modifier and Type Method Description InputInput. clone()Creates a copy of the Inputstatic InputInput. of(OutPoint outpoint_arg, TxOut previous_utxo_arg, long satisfaction_weight_arg)Constructs a new Input given each fieldMethods in org.ldk.structs with parameters of type Input Modifier and Type Method Description booleanInput. eq(Input b)Checks if two Inputs contain equal inner contents.Result_CoinSelectionNoneZCoinSelectionSource.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_CoinSelectionNoneZCoinSelectionSource. 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.
-