ContactInfo class

Information describing a cluster node

Constructors

ContactInfo({required SolAddress pubkey, required String? gossip, required String? tpu, required String? rpc, required String? version})
const
ContactInfo.fromJson(Map<String, dynamic> json)
factory

Properties

gossip String?
Gossip network address for the node
final
hashCode int
The hash code for this object.
no setterinherited
pubkey SolAddress
Identity public key of the node
final
rpc String?
JSON RPC network address for the node
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tpu String?
TPU network address for the node
final
version String?
Software version of the node
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