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.CreationErrorAn error occurred while building the transactionstatic classSignOrCreationError.SignErrorAn error occurred during signingFields in org.ldk.structs declared as SignOrCreationError Modifier and Type Field Description SignOrCreationErrorResult_Bolt11InvoiceSignOrCreationErrorZ.Result_Bolt11InvoiceSignOrCreationErrorZ_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_Bolt11InvoiceSignOrCreationErrorZResult_Bolt11InvoiceSignOrCreationErrorZ. err(SignOrCreationError e)Creates a new CResult_Bolt11InvoiceSignOrCreationErrorZ in the error state.
-