Uses of Class
net.osslabz.lnd.dto.LnrpcTransactionDetails
Packages that use LnrpcTransactionDetails
-
Uses of LnrpcTransactionDetails in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcTransactionDetailsModifier and TypeMethodDescriptionLightningApi.getTransactions(Integer startHeight, Integer endHeight, String account) lncli: `listchaintxns` GetTransactions returns a list describing all the known transactions relevant to the wallet.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcTransactionDetailsModifier and TypeMethodDescriptionLightningApi.getTransactionsWithHttpInfo(Integer startHeight, Integer endHeight, String account) lncli: `listchaintxns` GetTransactions returns a list describing all the known transactions relevant to the wallet.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcTransactionDetailsModifier and TypeMethodDescriptionokhttp3.CallLightningApi.getTransactionsAsync(Integer startHeight, Integer endHeight, String account, ApiCallback<LnrpcTransactionDetails> _callback) lncli: `listchaintxns` GetTransactions returns a list describing all the known transactions relevant to the wallet. -
Uses of LnrpcTransactionDetails in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcTransactionDetailsModifier and TypeMethodDescriptionLnrpcTransactionDetails.addTransactionsItem(LnrpcTransaction transactionsItem) LnrpcTransactionDetails.transactions(List<LnrpcTransaction> transactions)