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 OfferFeaturesOfferFeatures. clone()Creates a copy of the OfferFeaturesstatic OfferFeaturesOfferFeatures. empty()Create a blank Features with no features setOfferFeaturesOffer. features()Features pertaining to the offer.Methods in org.ldk.structs with parameters of type OfferFeatures Modifier and Type Method Description booleanOfferFeatures. eq(OfferFeatures b)Checks if two OfferFeaturess contain equal inner contents.
-