Uses of Enum Class
net.osslabz.lnd.dto.LnrpcFeatureBit
Packages that use LnrpcFeatureBit
-
Uses of LnrpcFeatureBit in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcFeatureBitModifier and TypeMethodDescriptionstatic LnrpcFeatureBitLnrpcFeatureBit.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LnrpcFeatureBitReturns the enum constant of this class with the specified name.static LnrpcFeatureBit[]LnrpcFeatureBit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcFeatureBitModifier and TypeMethodDescriptionInlineObject.getDestFeatures()Features assumed to be supported by the final node.LnrpcSendRequest.getDestFeatures()Features assumed to be supported by the final node.Methods in net.osslabz.lnd.dto with parameters of type LnrpcFeatureBitModifier and TypeMethodDescriptionInlineObject.addDestFeaturesItem(LnrpcFeatureBit destFeaturesItem) LnrpcSendRequest.addDestFeaturesItem(LnrpcFeatureBit destFeaturesItem) voidLnrpcFeatureBit.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, LnrpcFeatureBit enumeration) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcFeatureBitModifier and TypeMethodDescriptionInlineObject.destFeatures(List<LnrpcFeatureBit> destFeatures) LnrpcSendRequest.destFeatures(List<LnrpcFeatureBit> destFeatures) voidInlineObject.setDestFeatures(List<LnrpcFeatureBit> destFeatures) voidLnrpcSendRequest.setDestFeatures(List<LnrpcFeatureBit> destFeatures)