Uses of Class
org.ldk.structs.OfferFeatures
-
Packages that use OfferFeatures Package Description org.ldk.structs -
-
Uses of OfferFeatures in org.ldk.structs
Methods in org.ldk.structs that return OfferFeatures Modifier and Type Method Description OfferFeatures
OfferFeatures. clone()
Creates a copy of the OfferFeaturesstatic OfferFeatures
OfferFeatures. empty()
Create a blank Features with no features setOfferFeatures
Offer. features()
Features pertaining to the offer.Methods in org.ldk.structs with parameters of type OfferFeatures Modifier and Type Method Description boolean
OfferFeatures. eq(OfferFeatures b)
Checks if two OfferFeaturess contain equal inner contents.
-