Package org.ldk.structs
Class PayeePubKey
- java.lang.Object
-
- org.ldk.structs.PayeePubKey
-
public class PayeePubKey extends Object
Payee public key
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PayeePubKey
clone()
Creates a copy of the PayeePubKeyboolean
eq(PayeePubKey b)
Checks if two PayeePubKeys contain equal inner contents.protected void
finalize()
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
eq
public boolean eq(PayeePubKey b)
Checks if two PayeePubKeys 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.
-
clone
public PayeePubKey clone()
Creates a copy of the PayeePubKey
-
-