Package org.ldk.structs
Class UnsignedInvoice
- java.lang.Object
-
- org.ldk.structs.UnsignedInvoice
-
public class UnsignedInvoice extends Object
A semantically valid [`Invoice`] that hasn't been signed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
byte[]
signing_pubkey()
The public key corresponding to the key needed to sign the invoice.
-