Uses of Class
org.ldk.structs.CoinSelection
-
Packages that use CoinSelection Package Description org.ldk.structs -
-
Uses of CoinSelection in org.ldk.structs
Fields in org.ldk.structs declared as CoinSelection Modifier and Type Field Description CoinSelectionResult_CoinSelectionNoneZ.Result_CoinSelectionNoneZ_OK. resMethods in org.ldk.structs that return CoinSelection Modifier and Type Method Description CoinSelectionCoinSelection. clone()Creates a copy of the CoinSelectionstatic CoinSelectionCoinSelection. of(Utxo[] confirmed_utxos_arg, Option_TxOutZ change_output_arg)Constructs a new CoinSelection given each fieldMethods in org.ldk.structs with parameters of type CoinSelection Modifier and Type Method Description static Result_CoinSelectionNoneZResult_CoinSelectionNoneZ. ok(CoinSelection o)Creates a new CResult_CoinSelectionNoneZ in the success state.
-