Uses of Class
org.ldk.structs.Option_TxOutZ
-
Packages that use Option_TxOutZ Package Description org.ldk.structs -
-
Uses of Option_TxOutZ in org.ldk.structs
Subclasses of Option_TxOutZ in org.ldk.structs Modifier and Type Class Description static classOption_TxOutZ.NoneWhen we're in this state, this COption_TxOutZ contains nothingstatic classOption_TxOutZ.SomeWhen we're in this state, this COption_TxOutZ contains a crate::c_types::TxOutMethods in org.ldk.structs that return Option_TxOutZ Modifier and Type Method Description Option_TxOutZOption_TxOutZ. clone()Creates a new COption_TxOutZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_TxOutZCoinSelection. get_change_output()An additional output tracking whether any change remained after coin selection.static Option_TxOutZOption_TxOutZ. none()Constructs a new COption_TxOutZ containing nothingstatic Option_TxOutZOption_TxOutZ. some(TxOut o)Constructs a new COption_TxOutZ containing a crate::c_types::TxOutMethods in org.ldk.structs with parameters of type Option_TxOutZ Modifier and Type Method Description static CoinSelectionCoinSelection. of(Utxo[] confirmed_utxos_arg, Option_TxOutZ change_output_arg)Constructs a new CoinSelection given each fieldvoidCoinSelection. set_change_output(Option_TxOutZ val)An additional output tracking whether any change remained after coin selection.
-