Uses of Class
org.ldk.structs.PayeePubKey
-
Packages that use PayeePubKey Package Description org.ldk.structs -
-
Uses of PayeePubKey in org.ldk.structs
Fields in org.ldk.structs declared as PayeePubKey Modifier and Type Field Description PayeePubKey
Result_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_OK. res
Methods in org.ldk.structs that return PayeePubKey Modifier and Type Method Description PayeePubKey
PayeePubKey. clone()
Creates a copy of the PayeePubKeyPayeePubKey
RawInvoice. payee_pub_key()
Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent NoneMethods in org.ldk.structs with parameters of type PayeePubKey Modifier and Type Method Description boolean
PayeePubKey. eq(PayeePubKey b)
Checks if two PayeePubKeys contain equal inner contents.static Result_PayeePubKeyErrorZ
Result_PayeePubKeyErrorZ. ok(PayeePubKey o)
Creates a new CResult_PayeePubKeyErrorZ in the success state.
-