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 UtxoLookupErrorUtxoLookupError. 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 UtxoLookupErrorbindings. CResult_TxOutUtxoLookupErrorZ_get_err(long owner)static UtxoLookupErrorbindings. UtxoLookupError_clone(long orig)static UtxoLookupErrorbindings. UtxoLookupError_unknown_chain()static UtxoLookupErrorbindings. UtxoLookupError_unknown_tx()Methods in org.ldk.impl with parameters of type UtxoLookupError Modifier and Type Method Description static longbindings. 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 UtxoLookupErrorResult_TxOutUtxoLookupErrorZ.Result_TxOutUtxoLookupErrorZ_Err. errMethods in org.ldk.structs with parameters of type UtxoLookupError Modifier and Type Method Description static Result_TxOutUtxoLookupErrorZResult_TxOutUtxoLookupErrorZ. err(UtxoLookupError e)Creates a new CResult_TxOutUtxoLookupErrorZ in the error state.
-