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 InvoiceSignatureInvoiceSignatureThreeTuple_RawInvoice_u832InvoiceSignatureZ. get_c()InvoiceSignatureSignedRawInvoice. 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.static ThreeTuple_RawInvoice_u832InvoiceSignatureZThreeTuple_RawInvoice_u832InvoiceSignatureZ. of(RawInvoice a, byte[] b, InvoiceSignature c)Creates a new C3Tuple_RawInvoice_u832InvoiceSignatureZ from the contained elements.
-