Uses of Class
org.ldk.structs.Bolt12InvoiceFeatures
-
Packages that use Bolt12InvoiceFeatures Package Description org.ldk.structs -
-
Uses of Bolt12InvoiceFeatures in org.ldk.structs
Methods in org.ldk.structs that return Bolt12InvoiceFeatures Modifier and Type Method Description Bolt12InvoiceFeatures
Bolt12InvoiceFeatures. clone()
Creates a copy of the Bolt12InvoiceFeaturesstatic Bolt12InvoiceFeatures
Bolt12InvoiceFeatures. empty()
Create a blank Features with no features setMethods in org.ldk.structs with parameters of type Bolt12InvoiceFeatures Modifier and Type Method Description boolean
Bolt12InvoiceFeatures. eq(Bolt12InvoiceFeatures b)
Checks if two Bolt12InvoiceFeaturess contain equal inner contents.
-