XmrNodeService class
A provider for XMR (Monero) node settings via the Haveno gRPC API.
The XmrNodeProvider
class is responsible for fetching Monero node settings
from the Haveno gRPC server. It uses the HavenoChannel to send requests and
handle responses related to XMR node settings, and it handles gRPC errors
using the GrpcErrorHandler
mixin.
Constructors
- XmrNodeService()
- Creates an XmrNodeService 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
-
getXmrNodeSettings(
) → Future< XmrNodeSettings?> - Fetches the XMR node settings from the 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