Uses of Class
org.ldk.structs.SignOrCreationError
-
Packages that use SignOrCreationError Package Description org.ldk.structs -
-
Uses of SignOrCreationError in org.ldk.structs
Subclasses of SignOrCreationError in org.ldk.structs Modifier and Type Class Description static classSignOrCreationError.CreationErrorstatic classSignOrCreationError.SignErrorFields in org.ldk.structs declared as SignOrCreationError Modifier and Type Field Description SignOrCreationErrorResult_InvoiceSignOrCreationErrorZ.Result_InvoiceSignOrCreationErrorZ_Err. errMethods in org.ldk.structs that return SignOrCreationError Modifier and Type Method Description SignOrCreationErrorSignOrCreationError. clone()Creates a copy of the SignOrCreationErrorstatic SignOrCreationErrorSignOrCreationError. creation_error(CreationError a)Utility method to constructs a new CreationError-variant SignOrCreationErrorstatic SignOrCreationErrorSignOrCreationError. sign_error()Utility method to constructs a new SignError-variant SignOrCreationErrorMethods in org.ldk.structs with parameters of type SignOrCreationError Modifier and Type Method Description booleanSignOrCreationError. eq(SignOrCreationError b)Checks if two SignOrCreationErrors contain equal inner contents.static Result_InvoiceSignOrCreationErrorZResult_InvoiceSignOrCreationErrorZ. err(SignOrCreationError e)Creates a new CResult_InvoiceSignOrCreationErrorZ in the error state.
-