Uses of Class
net.osslabz.lnd.dto.LnrpcDebugLevelResponse
Packages that use LnrpcDebugLevelResponse
-
Uses of LnrpcDebugLevelResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcDebugLevelResponseModifier and TypeMethodDescriptionLightningApi.debugLevel(LnrpcDebugLevelRequest body) lncli: `debuglevel` DebugLevel allows a caller to programmatically set the logging verbosity of lnd.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcDebugLevelResponseModifier and TypeMethodDescriptionLightningApi.debugLevelWithHttpInfo(LnrpcDebugLevelRequest body) lncli: `debuglevel` DebugLevel allows a caller to programmatically set the logging verbosity of lnd.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcDebugLevelResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.debugLevelAsync(LnrpcDebugLevelRequest body, ApiCallback<LnrpcDebugLevelResponse> _callback) lncli: `debuglevel` DebugLevel allows a caller to programmatically set the logging verbosity of lnd. -
Uses of LnrpcDebugLevelResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcDebugLevelResponse