Uses of Class
net.osslabz.lnd.dto.LnrpcForwardingHistoryResponse
Packages that use LnrpcForwardingHistoryResponse
-
Uses of LnrpcForwardingHistoryResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcForwardingHistoryResponseModifier and TypeMethodDescriptionLightningApi.forwardingHistory(LnrpcForwardingHistoryRequest body) lncli: `fwdinghistory` ForwardingHistory allows the caller to query the htlcswitch for a record of all HTLCs forwarded within the target time range, and integer offset within that time range, for a maximum number of events.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcForwardingHistoryResponseModifier and TypeMethodDescriptionLightningApi.forwardingHistoryWithHttpInfo(LnrpcForwardingHistoryRequest body) lncli: `fwdinghistory` ForwardingHistory allows the caller to query the htlcswitch for a record of all HTLCs forwarded within the target time range, and integer offset within that time range, for a maximum number of events.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcForwardingHistoryResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.forwardingHistoryAsync(LnrpcForwardingHistoryRequest body, ApiCallback<LnrpcForwardingHistoryResponse> _callback) lncli: `fwdinghistory` ForwardingHistory allows the caller to query the htlcswitch for a record of all HTLCs forwarded within the target time range, and integer offset within that time range, for a maximum number of events. -
Uses of LnrpcForwardingHistoryResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcForwardingHistoryResponseModifier and TypeMethodDescriptionLnrpcForwardingHistoryResponse.addForwardingEventsItem(LnrpcForwardingEvent forwardingEventsItem) LnrpcForwardingHistoryResponse.forwardingEvents(List<LnrpcForwardingEvent> forwardingEvents) LnrpcForwardingHistoryResponse.lastOffsetIndex(Long lastOffsetIndex)