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
SignedRawInvoice. signature()
InvoiceSignature for the invoice.Methods in org.ldk.structs that return types with arguments of type InvoiceSignature Modifier and Type Method Description ThreeTuple<RawInvoice,byte[],InvoiceSignature>
SignedRawInvoice. into_parts()
Disassembles the `SignedRawInvoice` into its three parts: 1.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.
-