XmrConnectionsService constructor
XmrConnectionsService()
Creates a XmrConnectionsService instance.
The havenoChannel is required to interact with the Haveno gRPC server to manage Monero node connections.
Example:
final xmrConnectionsClient = XmrConnectionsClient(havenoChannel);
Implementation
XmrConnectionsService();