ClusterNode class
A node of a cluster
- Annotations
-
- @JsonSerializable()
Constructors
Properties
- featureSet → int?
-
The unique identifier of the node's feature set
final
- gossip → String?
-
Gossip network address for the node
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pubkey → String
-
Node public key, as base-58 encoded string
final
- rpc → String?
-
JSON RPC network address for the node, or null if the JSON
RPC service is not enabled
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shredVersion → int?
-
The shred version the node has been configured to use
final
- tpu → String?
-
TPU network address for the node
final
- version → String?
-
The software version of the node, or null if the version
information is not available
final
Methods
-
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