Uses of Class
net.osslabz.lnd.dto.LnrpcForwardingHistoryRequest
Packages that use LnrpcForwardingHistoryRequest
-
Uses of LnrpcForwardingHistoryRequest in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type LnrpcForwardingHistoryRequestModifier 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.okhttp3.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.okhttp3.CallLightningApi.forwardingHistoryCall(LnrpcForwardingHistoryRequest body, ApiCallback _callback) Build call for forwardingHistoryLightningApi.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. -
Uses of LnrpcForwardingHistoryRequest in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcForwardingHistoryRequestModifier and TypeMethodDescriptionLnrpcForwardingHistoryRequest.indexOffset(Long indexOffset) LnrpcForwardingHistoryRequest.numMaxEvents(Long numMaxEvents) LnrpcForwardingHistoryRequest.peerAliasLookup(Boolean peerAliasLookup)