Uses of Class
org.ldk.structs.Payee
-
Packages that use Payee Package Description org.ldk.structs -
-
Uses of Payee in org.ldk.structs
Fields in org.ldk.structs declared as Payee Modifier and Type Field Description PayeeResult_PayeeDecodeErrorZ.Result_PayeeDecodeErrorZ_OK. resMethods in org.ldk.structs that return Payee Modifier and Type Method Description PayeePayee. clone()Creates a copy of the Payeestatic PayeePayee. for_keysend(byte[] pubkey)Creates a payee with the node id of the given `pubkey` to use for keysend payments.static PayeePayee. from_node_id(byte[] pubkey)Creates a payee with the node id of the given `pubkey`.PayeeRoute. get_payee()The `payee` parameter passed to [`find_route`].PayeeRouteParameters. get_payee()The recipient of the failed payment path.static PayeePayee. of(byte[] pubkey_arg, InvoiceFeatures features_arg, RouteHint[] route_hints_arg, Option_u64Z expiry_time_arg)Constructs a new Payee given each fieldMethods in org.ldk.structs with parameters of type Payee Modifier and Type Method Description booleanPayee. eq(Payee b)Checks if two Payees contain equal inner contents.static RouteRoute. of(RouteHop[][] paths_arg, Payee payee_arg)Constructs a new Route given each fieldstatic RouteParametersRouteParameters. of(Payee payee_arg, long final_value_msat_arg, int final_cltv_expiry_delta_arg)Constructs a new RouteParameters given each fieldstatic Result_PayeeDecodeErrorZResult_PayeeDecodeErrorZ. ok(Payee o)Creates a new CResult_PayeeDecodeErrorZ in the success state.voidRoute. set_payee(Payee val)The `payee` parameter passed to [`find_route`].voidRouteParameters. set_payee(Payee val)The recipient of the failed payment path.
-