Uses of Class
net.osslabz.lnd.dto.LnrpcForwardingEvent
Packages that use LnrpcForwardingEvent
-
Uses of LnrpcForwardingEvent in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcForwardingEventModifier and TypeMethodDescriptionLnrpcForwardingEvent.amtOutMsat(String amtOutMsat) LnrpcForwardingEvent.peerAliasIn(String peerAliasIn) LnrpcForwardingEvent.peerAliasOut(String peerAliasOut) LnrpcForwardingEvent.timestampNs(String timestampNs) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcForwardingEventModifier and TypeMethodDescriptionLnrpcForwardingHistoryResponse.getForwardingEvents()A list of forwarding events from the time slice of the time series specified in the request.Methods in net.osslabz.lnd.dto with parameters of type LnrpcForwardingEventModifier and TypeMethodDescriptionLnrpcForwardingHistoryResponse.addForwardingEventsItem(LnrpcForwardingEvent forwardingEventsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcForwardingEventModifier and TypeMethodDescriptionLnrpcForwardingHistoryResponse.forwardingEvents(List<LnrpcForwardingEvent> forwardingEvents) voidLnrpcForwardingHistoryResponse.setForwardingEvents(List<LnrpcForwardingEvent> forwardingEvents)