Uses of Class
org.ldk.structs.Payee
-
Packages that use Payee Package Description org.ldk.structs -
-
Uses of Payee in org.ldk.structs
Subclasses of Payee in org.ldk.structs Modifier and Type Class Description static classPayee.BlindedThe recipient provided blinded paths and payinfo to reach them.static classPayee.ClearThe recipient included these route hints in their BOLT11 invoice.Methods in org.ldk.structs that return Payee Modifier and Type Method Description static PayeePayee. blinded(TwoTuple_BlindedPayInfoBlindedPathZ[] route_hints, Bolt12InvoiceFeatures features)Utility method to constructs a new Blinded-variant Payeestatic PayeePayee. clear(byte[] node_id, RouteHint[] route_hints, Bolt11InvoiceFeatures features, int final_cltv_expiry_delta)Utility method to constructs a new Clear-variant PayeePayeePayee. clone()Creates a copy of the PayeePayeePaymentParameters. get_payee()Information about the payee, such as their features and route hints for their channels.Methods 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 PaymentParametersPaymentParameters. of(Payee payee_arg, Option_u64Z expiry_time_arg, int max_total_cltv_expiry_delta_arg, byte max_path_count_arg, byte max_channel_saturation_power_of_half_arg, long[] previously_failed_channels_arg)Constructs a new PaymentParameters given each fieldvoidPaymentParameters. set_payee(Payee val)Information about the payee, such as their features and route hints for their channels.
-