Package org.ldk.structs
Class InvoiceSignature
- java.lang.Object
-
- org.ldk.structs.InvoiceSignature
-
public class InvoiceSignature extends Object
Recoverable signature
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvoiceSignature
clone()
Creates a copy of the InvoiceSignatureboolean
eq(InvoiceSignature b)
Checks if two InvoiceSignatures contain equal inner contents.protected void
finalize()
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
clone
public InvoiceSignature clone()
Creates a copy of the InvoiceSignature
-
eq
public boolean eq(InvoiceSignature b)
Checks if two InvoiceSignatures contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields. Two objects with NULL inner values will be considered "equal" here.
-
-