Uses of Class
org.ldk.structs.Utxo
-
Packages that use Utxo Package Description org.ldk.structs -
-
Uses of Utxo in org.ldk.structs
Fields in org.ldk.structs declared as Utxo Modifier and Type Field Description Utxo[]Result_CVec_UtxoZNoneZ.Result_CVec_UtxoZNoneZ_OK. resMethods in org.ldk.structs that return Utxo Modifier and Type Method Description UtxoUtxo. clone()Creates a copy of the UtxoUtxo[]CoinSelection. get_confirmed_utxos()The set of UTXOs (with at least 1 confirmation) to spend and use within a transaction requiring additional fees.static UtxoUtxo. new_p2pkh(OutPoint outpoint, long value, byte[] pubkey_hash)Returns a `Utxo` with the `satisfaction_weight` estimate for a legacy P2PKH output.static UtxoUtxo. of(OutPoint outpoint_arg, TxOut output_arg, long satisfaction_weight_arg)Constructs a new Utxo given each fieldMethods in org.ldk.structs with parameters of type Utxo Modifier and Type Method Description booleanUtxo. eq(Utxo b)Checks if two Utxos contain equal inner contents.static CoinSelectionCoinSelection. of(Utxo[] confirmed_utxos_arg, Option_TxOutZ change_output_arg)Constructs a new CoinSelection given each fieldstatic Result_CVec_UtxoZNoneZResult_CVec_UtxoZNoneZ. ok(Utxo[] o)Creates a new CResult_CVec_UtxoZNoneZ in the success state.voidCoinSelection. set_confirmed_utxos(Utxo[] val)The set of UTXOs (with at least 1 confirmation) to spend and use within a transaction requiring additional fees.
-