Uses of Class
net.osslabz.lnd.dto.LnrpcSendManyRequest
Packages that use LnrpcSendManyRequest
-
Uses of LnrpcSendManyRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcSendManyRequestModifier and TypeMethodDescriptionLightningApi.sendMany(LnrpcSendManyRequest body) lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.okhttp3.CallLightningApi.sendManyAsync(LnrpcSendManyRequest body, ApiCallback<LnrpcSendManyResponse> _callback) lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel.okhttp3.CallLightningApi.sendManyCall(LnrpcSendManyRequest body, ApiCallback _callback) Build call for sendManyLightningApi.sendManyWithHttpInfo(LnrpcSendManyRequest body) lncli: `sendmany` SendMany handles a request for a transaction that creates multiple specified outputs in parallel. -
Uses of LnrpcSendManyRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcSendManyRequestModifier and TypeMethodDescriptionLnrpcSendManyRequest.addrToAmount(Map<String, String> addrToAmount) LnrpcSendManyRequest.putAddrToAmountItem(String key, String addrToAmountItem) LnrpcSendManyRequest.satPerByte(String satPerByte) LnrpcSendManyRequest.satPerVbyte(String satPerVbyte) LnrpcSendManyRequest.spendUnconfirmed(Boolean spendUnconfirmed) LnrpcSendManyRequest.targetConf(Integer targetConf)