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 class
SignOrCreationError.CreationError
An error occurred while building the transactionstatic class
SignOrCreationError.SignError
An error occurred during signingFields in org.ldk.structs declared as SignOrCreationError Modifier and Type Field Description SignOrCreationError
Result_InvoiceSignOrCreationErrorZ.Result_InvoiceSignOrCreationErrorZ_Err. err
Methods in org.ldk.structs that return SignOrCreationError Modifier and Type Method Description SignOrCreationError
SignOrCreationError. clone()
Creates a copy of the SignOrCreationErrorstatic SignOrCreationError
SignOrCreationError. creation_error(CreationError a)
Utility method to constructs a new CreationError-variant SignOrCreationErrorstatic SignOrCreationError
SignOrCreationError. 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 boolean
SignOrCreationError. eq(SignOrCreationError b)
Checks if two SignOrCreationErrors contain equal inner contents.static Result_InvoiceSignOrCreationErrorZ
Result_InvoiceSignOrCreationErrorZ. err(SignOrCreationError e)
Creates a new CResult_InvoiceSignOrCreationErrorZ in the error state.
-