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 InvoiceFeaturesResult_InvoiceFeaturesDecodeErrorZ.Result_InvoiceFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return InvoiceFeatures Modifier and Type Method Description InvoiceFeaturesInvoiceFeatures. clone()Creates a copy of the InvoiceFeaturesstatic InvoiceFeaturesInvoiceFeatures. empty()Create a blank Features with no features setInvoiceFeaturesInvoice. 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 NoneInvoiceFeaturesRawInvoice. features()Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic InvoiceFeaturesInvoiceFeatures. 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 booleanInvoiceFeatures. eq(InvoiceFeatures b)Checks if two InvoiceFeaturess contain equal inner contents.static Result_RouteLightningErrorZUtilMethods. 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_InvoiceFeaturesDecodeErrorZResult_InvoiceFeaturesDecodeErrorZ. ok(InvoiceFeatures o)Creates a new CResult_InvoiceFeaturesDecodeErrorZ in the success state.
-