Uses of Class
org.ldk.structs.Bolt12InvoiceFeatures
-
Packages that use Bolt12InvoiceFeatures Package Description org.ldk.structs -
-
Uses of Bolt12InvoiceFeatures in org.ldk.structs
Fields in org.ldk.structs declared as Bolt12InvoiceFeatures Modifier and Type Field Description Bolt12InvoiceFeaturesPayee.Blinded. featuresFeatures supported by the payee.Bolt12InvoiceFeaturesResult_Bolt12InvoiceFeaturesDecodeErrorZ.Result_Bolt12InvoiceFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return Bolt12InvoiceFeatures Modifier and Type Method Description Bolt12InvoiceFeaturesBolt12InvoiceFeatures. clone()Creates a copy of the Bolt12InvoiceFeaturesstatic Bolt12InvoiceFeaturesBolt12InvoiceFeatures. empty()Create a blank Features with no features setBolt12InvoiceFeaturesBolt12Invoice. invoice_features()Features pertaining to paying an invoice.Bolt12InvoiceFeaturesUnsignedBolt12Invoice. invoice_features()Features pertaining to paying an invoice.Methods in org.ldk.structs with parameters of type Bolt12InvoiceFeatures Modifier and Type Method Description static PayeePayee. blinded(TwoTuple_BlindedPayInfoBlindedPathZ[] route_hints, Bolt12InvoiceFeatures features)Utility method to constructs a new Blinded-variant PayeebooleanBolt12InvoiceFeatures. eq(Bolt12InvoiceFeatures b)Checks if two Bolt12InvoiceFeaturess contain equal inner contents.static Result_Bolt12InvoiceFeaturesDecodeErrorZResult_Bolt12InvoiceFeaturesDecodeErrorZ. ok(Bolt12InvoiceFeatures o)Creates a new CResult_Bolt12InvoiceFeaturesDecodeErrorZ in the success state.booleanBolt12InvoiceFeatures. requires_unknown_bits_from(Bolt12InvoiceFeatures other)Returns true if this `Features` object contains required features unknown by `other`.
-