Uses of Class
net.osslabz.lnd.dto.LnrpcGetInfoResponse
Packages that use LnrpcGetInfoResponse
-
Uses of LnrpcGetInfoResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcGetInfoResponseModifier and TypeMethodDescriptionLightningApi.getInfo()lncli: `getinfo` GetInfo returns general information concerning the lightning node including it's identity pubkey, alias, the chains it is connected to, and information concerning the number of open+pending channels.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcGetInfoResponseModifier and TypeMethodDescriptionLightningApi.getInfoWithHttpInfo()lncli: `getinfo` GetInfo returns general information concerning the lightning node including it's identity pubkey, alias, the chains it is connected to, and information concerning the number of open+pending channels.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcGetInfoResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.getInfoAsync(ApiCallback<LnrpcGetInfoResponse> _callback) lncli: `getinfo` GetInfo returns general information concerning the lightning node including it's identity pubkey, alias, the chains it is connected to, and information concerning the number of open+pending channels. -
Uses of LnrpcGetInfoResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcGetInfoResponseModifier and TypeMethodDescriptionLnrpcGetInfoResponse.addChainsItem(LnrpcChain chainsItem) LnrpcGetInfoResponse.addUrisItem(String urisItem) LnrpcGetInfoResponse.bestHeaderTimestamp(String bestHeaderTimestamp) LnrpcGetInfoResponse.blockHeight(Long blockHeight) LnrpcGetInfoResponse.chains(List<LnrpcChain> chains) LnrpcGetInfoResponse.commitHash(String commitHash) LnrpcGetInfoResponse.features(Map<String, LnrpcFeature> features) LnrpcGetInfoResponse.identityPubkey(String identityPubkey) LnrpcGetInfoResponse.numActiveChannels(Long numActiveChannels) LnrpcGetInfoResponse.numInactiveChannels(Long numInactiveChannels) LnrpcGetInfoResponse.numPendingChannels(Long numPendingChannels) LnrpcGetInfoResponse.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcGetInfoResponse.requireHtlcInterceptor(Boolean requireHtlcInterceptor) LnrpcGetInfoResponse.storeFinalHtlcResolutions(Boolean storeFinalHtlcResolutions) LnrpcGetInfoResponse.syncedToChain(Boolean syncedToChain) LnrpcGetInfoResponse.syncedToGraph(Boolean syncedToGraph)