TradesService constructor
      
      TradesService()
     
    
Constructs a TradesService instance.
The havenoChannel is required to interact with the Haveno gRPC server for various trade-related operations.
Example:
final tradesClient = TradesClient(havenoChannel);
Implementation
TradesService();