Uses of Class
org.ldk.structs.Bolt11InvoiceSignature
-
Packages that use Bolt11InvoiceSignature Package Description org.ldk.structs -
-
Uses of Bolt11InvoiceSignature in org.ldk.structs
Methods in org.ldk.structs that return Bolt11InvoiceSignature Modifier and Type Method Description Bolt11InvoiceSignatureBolt11InvoiceSignature. clone()Creates a copy of the Bolt11InvoiceSignatureBolt11InvoiceSignatureThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ. get_c()Bolt11InvoiceSignatureSignedRawBolt11Invoice. signature()Signature for the invoice.Methods in org.ldk.structs with parameters of type Bolt11InvoiceSignature Modifier and Type Method Description booleanBolt11InvoiceSignature. eq(Bolt11InvoiceSignature b)Checks if two Bolt11InvoiceSignatures contain equal inner contents.static ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ. of(RawBolt11Invoice a, byte[] b, Bolt11InvoiceSignature c)Creates a new C3Tuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ from the contained elements.
-