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}$.read / write - displayName ↔ String
-
A human-readable name for display in quorum explorers and other interfaces.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- history ↔ String
-
The location of the history archive published by this validator.
read / write
- host ↔ String
-
The IP:port or domain:port peers can use to connect to the node.
read / write
- publicKey ↔ String
-
The Stellar account associated with the node.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited