Validator
data class Validator(val alias: String? = null, val displayName: String? = null, val publicKey: String? = null, val host: String? = null, val history: String? = null)
Validator information from the stellar.toml VALIDATORS list.
Contains one set of fields for each validator node the organization runs. Combined with the steps outlined in SEP-20, this allows organizations to declare their validator nodes and let others know the location of any public archives they maintain.