Uses of Class
net.osslabz.lnd.dto.StreamResultOfLnrpcTransaction
Packages that use StreamResultOfLnrpcTransaction
-
Uses of StreamResultOfLnrpcTransaction in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return StreamResultOfLnrpcTransactionModifier and TypeMethodDescriptionLightningApi.subscribeTransactions(Integer startHeight, Integer endHeight, String account) SubscribeTransactions creates a uni-directional stream from the server to the client in which any newly discovered transactions relevant to the wallet are sent over.Methods in net.osslabz.lnd.api that return types with arguments of type StreamResultOfLnrpcTransactionModifier and TypeMethodDescriptionLightningApi.subscribeTransactionsWithHttpInfo(Integer startHeight, Integer endHeight, String account) SubscribeTransactions creates a uni-directional stream from the server to the client in which any newly discovered transactions relevant to the wallet are sent over.Method parameters in net.osslabz.lnd.api with type arguments of type StreamResultOfLnrpcTransactionModifier and TypeMethodDescriptionokhttp3.CallLightningApi.subscribeTransactionsAsync(Integer startHeight, Integer endHeight, String account, ApiCallback<StreamResultOfLnrpcTransaction> _callback) SubscribeTransactions creates a uni-directional stream from the server to the client in which any newly discovered transactions relevant to the wallet are sent over. -
Uses of StreamResultOfLnrpcTransaction in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return StreamResultOfLnrpcTransaction