Uses of Class
org.ldk.structs.InvoiceSignature
-
Packages that use InvoiceSignature Package Description org.ldk.structs -
-
Uses of InvoiceSignature in org.ldk.structs
Methods in org.ldk.structs that return InvoiceSignature Modifier and Type Method Description InvoiceSignatureInvoiceSignature. clone()Creates a copy of the InvoiceSignatureInvoiceSignatureSignedRawInvoice. signature()InvoiceSignature for the invoice.Methods in org.ldk.structs with parameters of type InvoiceSignature Modifier and Type Method Description booleanInvoiceSignature. eq(InvoiceSignature b)Checks if two InvoiceSignatures contain equal inner contents.
-