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 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 booleanInvoiceSignature. eq(InvoiceSignature b)Checks if two InvoiceSignatures contain equal inner contents.
-