TradeStatisticsService constructor
TradeStatisticsService()
Constructs a TradeStatisticsService with the given HavenoChannel.
This constructor requires a HavenoChannel to interact with the Haveno gRPC service and retrieve trade statistics. The client must be connected to the Haveno server before calling any methods.
Example:
final tradeClient = TradeStatisticsClient(havenoChannel);
Implementation
TradeStatisticsService();