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 InvoiceSignature
InvoiceSignature. clone()
Creates a copy of the InvoiceSignatureInvoiceSignature
ThreeTuple_RawInvoice_u832InvoiceSignatureZ. get_c()
InvoiceSignature
SignedRawInvoice. signature()
Signature for the invoice.Methods in org.ldk.structs with parameters of type InvoiceSignature Modifier and Type Method Description boolean
InvoiceSignature. eq(InvoiceSignature b)
Checks if two InvoiceSignatures contain equal inner contents.static ThreeTuple_RawInvoice_u832InvoiceSignatureZ
ThreeTuple_RawInvoice_u832InvoiceSignatureZ. of(RawInvoice a, byte[] b, InvoiceSignature c)
Creates a new C3Tuple_RawInvoice_u832InvoiceSignatureZ from the contained elements.
-