Uses of Class
org.ldk.structs.Bolt11InvoiceFeatures
-
Packages that use Bolt11InvoiceFeatures Package Description org.ldk.structs -
-
Uses of Bolt11InvoiceFeatures in org.ldk.structs
Fields in org.ldk.structs declared as Bolt11InvoiceFeatures Modifier and Type Field Description Bolt11InvoiceFeaturesPayee.Clear. featuresFeatures supported by the payee.Bolt11InvoiceFeaturesResult_Bolt11InvoiceFeaturesDecodeErrorZ.Result_Bolt11InvoiceFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return Bolt11InvoiceFeatures Modifier and Type Method Description Bolt11InvoiceFeaturesBolt11InvoiceFeatures. clone()Creates a copy of the Bolt11InvoiceFeaturesstatic Bolt11InvoiceFeaturesBolt11InvoiceFeatures. empty()Create a blank Features with no features setBolt11InvoiceFeaturesBolt11Invoice. 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 NoneBolt11InvoiceFeaturesRawBolt11Invoice. features()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 Bolt11InvoiceFeatures Modifier and Type Method Description static PayeePayee. clear(byte[] node_id, RouteHint[] route_hints, Bolt11InvoiceFeatures features, int final_cltv_expiry_delta)Utility method to constructs a new Clear-variant PayeebooleanBolt11InvoiceFeatures. eq(Bolt11InvoiceFeatures b)Checks if two Bolt11InvoiceFeaturess contain equal inner contents.static Result_Bolt11InvoiceFeaturesDecodeErrorZResult_Bolt11InvoiceFeaturesDecodeErrorZ. ok(Bolt11InvoiceFeatures o)Creates a new CResult_Bolt11InvoiceFeaturesDecodeErrorZ in the success state.booleanBolt11InvoiceFeatures. requires_unknown_bits_from(Bolt11InvoiceFeatures other)Returns true if this `Features` object contains required features unknown by `other`.
-