Validator class
Validator Information. From the the stellar.toml VALIDATORS list, one set of fields for each node your organization runs. Combined with the steps outlined in SEP-20, this section allows to declare the node(s), and to let others know the location of any public archives they maintain. See Stellar Toml
Constructors
Properties
- alias ↔ String?
-
A name for display in stellar-core configs that conforms to ^
a-z0-9-
{2,16}$.getter/setter pair - displayName ↔ String?
-
A human-readable name for display in quorum explorers and other interfaces.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- history ↔ String?
-
The location of the history archive published by this validator.
getter/setter pair
- host ↔ String?
-
The IP:port or domain:port peers can use to connect to the node.
getter/setter pair
- publicKey ↔ String?
-
The Stellar account associated with the node.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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