Uses of Class
org.ldk.structs.InvoiceFeatures
-
Packages that use InvoiceFeatures Package Description org.ldk.structs -
-
Uses of InvoiceFeatures in org.ldk.structs
Fields in org.ldk.structs declared as InvoiceFeatures Modifier and Type Field Description InvoiceFeatures
Result_InvoiceFeaturesDecodeErrorZ.Result_InvoiceFeaturesDecodeErrorZ_OK. res
Methods in org.ldk.structs that return InvoiceFeatures Modifier and Type Method Description InvoiceFeatures
InvoiceFeatures. clone()
Creates a copy of the InvoiceFeaturesstatic InvoiceFeatures
InvoiceFeatures. empty()
Create a blank Features with no features setInvoiceFeatures
Invoice. features()
Get the invoice features if they were included in the invoice Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent NoneInvoiceFeatures
RawInvoice. features()
Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic InvoiceFeatures
InvoiceFeatures. known()
Creates a Features with the bits set which are known by the implementationMethods in org.ldk.structs with parameters of type InvoiceFeatures Modifier and Type Method Description boolean
InvoiceFeatures. eq(InvoiceFeatures b)
Checks if two InvoiceFeaturess contain equal inner contents.static Result_RouteLightningErrorZ
UtilMethods. get_route(byte[] our_node_id, NetworkGraph network, byte[] payee, InvoiceFeatures payee_features, ChannelDetails[] first_hops, RouteHint[] last_hops, long final_value_msat, int final_cltv, Logger logger)
Gets a route from us (payer) to the given target node (payee).static Result_InvoiceFeaturesDecodeErrorZ
Result_InvoiceFeaturesDecodeErrorZ. ok(InvoiceFeatures o)
Creates a new CResult_InvoiceFeaturesDecodeErrorZ in the success state.
-