Uses of Class
net.osslabz.lnd.dto.LnrpcSendManyResponse
Packages that use LnrpcSendManyResponse
-
Uses of LnrpcSendManyResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcSendManyResponseModifier and TypeMethodDescriptionLightningApi.sendMany(LnrpcSendManyRequest body) lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcSendManyResponseModifier and TypeMethodDescriptionLightningApi.sendManyWithHttpInfo(LnrpcSendManyRequest body) lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcSendManyResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.sendManyAsync(LnrpcSendManyRequest body, ApiCallback<LnrpcSendManyResponse> _callback) lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel. -
Uses of LnrpcSendManyResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcSendManyResponse