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 PayeePubKeyResult_PayeePubKeyErrorZ.Result_PayeePubKeyErrorZ_OK. resMethods in org.ldk.structs that return PayeePubKey Modifier and Type Method Description PayeePubKeyPayeePubKey. clone()Creates a copy of the PayeePubKeyPayeePubKeyRawInvoice. 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 booleanPayeePubKey. eq(PayeePubKey b)Checks if two PayeePubKeys contain equal inner contents.static Result_PayeePubKeyErrorZResult_PayeePubKeyErrorZ. ok(PayeePubKey o)Creates a new CResult_PayeePubKeyErrorZ in the success state.
-