XmrNodeService constructor

XmrNodeService()

Creates an XmrNodeService instance.

The havenoChannel is required to interact with the Haveno gRPC server for fetching Monero node settings for the local node.

Example:

final xmrNodeProvider = XmrNodeProvider(havenoChannel);

Implementation

XmrNodeService();