GetVersionService class

A service that handles the retrieval of the Haveno daemon version via gRPC.

The GetVersionService communicates with the Haveno gRPC server to fetch the current version of the daemon. It uses the HavenoChannel to perform the gRPC request and returns the version of the daemon.

Constructors

GetVersionService()
Creates a GetVersionService instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
havenoChannel HavenoChannel
The Haveno client used to communicate with the Haveno gRPC server.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchVersion() Future<String?>
Fetches the current version of the Haveno daemon from the gRPC server.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited