Uses of Class
org.ldk.enums.AccessError
-
Packages that use AccessError Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of AccessError in org.ldk.enums
Methods in org.ldk.enums that return AccessError Modifier and Type Method Description static AccessError
AccessError. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessError[]
AccessError. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessError in org.ldk.impl
Methods in org.ldk.impl that return AccessError Modifier and Type Method Description static AccessError
bindings. AccessError_clone(long orig)
static AccessError
bindings. AccessError_unknown_chain()
static AccessError
bindings. AccessError_unknown_tx()
static AccessError
bindings. LDKCResult_TxOutAccessErrorZ_get_err(long arg)
Methods in org.ldk.impl with parameters of type AccessError Modifier and Type Method Description static long
bindings. CResult_TxOutAccessErrorZ_err(AccessError e)
-
Uses of AccessError in org.ldk.structs
Fields in org.ldk.structs declared as AccessError Modifier and Type Field Description AccessError
Result_TxOutAccessErrorZ.Result_TxOutAccessErrorZ_Err. err
Methods in org.ldk.structs with parameters of type AccessError Modifier and Type Method Description static Result_TxOutAccessErrorZ
Result_TxOutAccessErrorZ. err(AccessError e)
Creates a new CResult_TxOutAccessErrorZ in the error state.
-