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 AccessErrorAccessError. 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 AccessErrorbindings. AccessError_clone(long orig)static AccessErrorbindings. AccessError_unknown_chain()static AccessErrorbindings. AccessError_unknown_tx()static AccessErrorbindings. LDKCResult_TxOutAccessErrorZ_get_err(long arg)Methods in org.ldk.impl with parameters of type AccessError Modifier and Type Method Description static longbindings. 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 AccessErrorResult_TxOutAccessErrorZ.Result_TxOutAccessErrorZ_Err. errMethods in org.ldk.structs with parameters of type AccessError Modifier and Type Method Description static Result_TxOutAccessErrorZResult_TxOutAccessErrorZ. err(AccessError e)Creates a new CResult_TxOutAccessErrorZ in the error state.
-