GetVersionService constructor
GetVersionService()
Creates a GetVersionService instance.
The havenoChannel is required to interact with the Haveno gRPC server and fetch the version information.
Example:
final versionService = GetVersionService(havenoChannel);
Implementation
GetVersionService();