Uses of Class
org.ldk.enums.Bolt11SemanticError
-
Packages that use Bolt11SemanticError Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of Bolt11SemanticError in org.ldk.enums
Methods in org.ldk.enums that return Bolt11SemanticError Modifier and Type Method Description static Bolt11SemanticErrorBolt11SemanticError. valueOf(String name)Returns the enum constant of this type with the specified name.static Bolt11SemanticError[]Bolt11SemanticError. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Bolt11SemanticError in org.ldk.impl
Fields in org.ldk.impl declared as Bolt11SemanticError Modifier and Type Field Description Bolt11SemanticErrorbindings.LDKParseOrSemanticError.SemanticError. semantic_errorMethods in org.ldk.impl with parameters of type Bolt11SemanticError Modifier and Type Method Description static longbindings. CResult_Bolt11InvoiceBolt11SemanticErrorZ_err(Bolt11SemanticError e)static longbindings. CResult_NoneBolt11SemanticErrorZ_err(Bolt11SemanticError e)static longbindings. ParseOrSemanticError_semantic_error(Bolt11SemanticError a) -
Uses of Bolt11SemanticError in org.ldk.structs
Fields in org.ldk.structs declared as Bolt11SemanticError Modifier and Type Field Description Bolt11SemanticErrorResult_Bolt11InvoiceBolt11SemanticErrorZ.Result_Bolt11InvoiceBolt11SemanticErrorZ_Err. errBolt11SemanticErrorResult_NoneBolt11SemanticErrorZ.Result_NoneBolt11SemanticErrorZ_Err. errBolt11SemanticErrorParseOrSemanticError.SemanticError. semantic_errorMethods in org.ldk.structs with parameters of type Bolt11SemanticError Modifier and Type Method Description static Result_Bolt11InvoiceBolt11SemanticErrorZResult_Bolt11InvoiceBolt11SemanticErrorZ. err(Bolt11SemanticError e)Creates a new CResult_Bolt11InvoiceBolt11SemanticErrorZ in the error state.static Result_NoneBolt11SemanticErrorZResult_NoneBolt11SemanticErrorZ. err(Bolt11SemanticError e)Creates a new CResult_NoneBolt11SemanticErrorZ in the error state.static ParseOrSemanticErrorParseOrSemanticError. semantic_error(Bolt11SemanticError a)Utility method to constructs a new SemanticError-variant ParseOrSemanticError
-