Uses of Class
net.osslabz.lnd.dto.LnrpcListUnspentResponse
Packages that use LnrpcListUnspentResponse
-
Uses of LnrpcListUnspentResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcListUnspentResponseModifier and TypeMethodDescriptionLightningApi.listUnspent(Integer minConfs, Integer maxConfs, String account) lncli: `listunspent` Deprecated, use walletrpc.ListUnspent instead.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcListUnspentResponseModifier and TypeMethodDescriptionLightningApi.listUnspentWithHttpInfo(Integer minConfs, Integer maxConfs, String account) lncli: `listunspent` Deprecated, use walletrpc.ListUnspent instead.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcListUnspentResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.listUnspentAsync(Integer minConfs, Integer maxConfs, String account, ApiCallback<LnrpcListUnspentResponse> _callback) lncli: `listunspent` Deprecated, use walletrpc.ListUnspent instead. -
Uses of LnrpcListUnspentResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcListUnspentResponse