Uses of Class
org.ldk.enums.UtxoLookupError
-
Packages that use UtxoLookupError Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of UtxoLookupError in org.ldk.enums
Methods in org.ldk.enums that return UtxoLookupError Modifier and Type Method Description static UtxoLookupError
UtxoLookupError. valueOf(String name)
Returns the enum constant of this type with the specified name.static UtxoLookupError[]
UtxoLookupError. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UtxoLookupError in org.ldk.impl
Methods in org.ldk.impl that return UtxoLookupError Modifier and Type Method Description static UtxoLookupError
bindings. CResult_TxOutUtxoLookupErrorZ_get_err(long owner)
static UtxoLookupError
bindings. UtxoLookupError_clone(long orig)
static UtxoLookupError
bindings. UtxoLookupError_unknown_chain()
static UtxoLookupError
bindings. UtxoLookupError_unknown_tx()
Methods in org.ldk.impl with parameters of type UtxoLookupError Modifier and Type Method Description static long
bindings. CResult_TxOutUtxoLookupErrorZ_err(UtxoLookupError e)
-
Uses of UtxoLookupError in org.ldk.structs
Fields in org.ldk.structs declared as UtxoLookupError Modifier and Type Field Description UtxoLookupError
Result_TxOutUtxoLookupErrorZ.Result_TxOutUtxoLookupErrorZ_Err. err
Methods in org.ldk.structs with parameters of type UtxoLookupError Modifier and Type Method Description static Result_TxOutUtxoLookupErrorZ
Result_TxOutUtxoLookupErrorZ. err(UtxoLookupError e)
Creates a new CResult_TxOutUtxoLookupErrorZ in the error state.
-