Added entry in the the validators table for attestation

Added an entry in the validators table for the attestation block used for domain verification.
This commit is contained in:
mayurbhandary
2020-02-27 14:23:11 -05:00
committed by GitHub
parent 019ef20e71
commit 7a266732af

View File

@@ -169,6 +169,7 @@ For _each_ `[[VALIDATORS]]` entry, you MAY provide any of the following fields:
| Field | Type | Description | | Field | Type | Description |
|:-------------|:-------|:-----------------------------------------------------| |:-------------|:-------|:-----------------------------------------------------|
| `public_key` | String | The master public key of your primary validator, encoded in the XRP Ledger's base58 format (typically, this starts with `n`). | | `public_key` | String | The master public key of your primary validator, encoded in the XRP Ledger's base58 format (typically, this starts with `n`). |
| `attestation`| String | The signed attestation message that is output by the `set_domain` command in the [validator-keys-tool](https://github.com/ripple/validator-keys-tool)
| `network` | String | Which network chain this validator follows. If omitted, clients SHOULD assume that the validator follows the production XRP Ledger. Use `main` to explicitly specify the production XRP Ledger. Use `testnet` for Ripple's XRP Ledger Test Net. You MAY provide other values to describe other test nets or non-standard network chains. | | `network` | String | Which network chain this validator follows. If omitted, clients SHOULD assume that the validator follows the production XRP Ledger. Use `main` to explicitly specify the production XRP Ledger. Use `testnet` for Ripple's XRP Ledger Test Net. You MAY provide other values to describe other test nets or non-standard network chains. |
| `owner_country` | String | The two-letter ISO-3166-2 country code describing the main legal jurisdiction that you (the validator's owner) are subject to. | | `owner_country` | String | The two-letter ISO-3166-2 country code describing the main legal jurisdiction that you (the validator's owner) are subject to. |
| `server_country` | String | The two-letter ISO-3166-2 country code describing the physical location where this validating server is. | | `server_country` | String | The two-letter ISO-3166-2 country code describing the physical location where this validating server is. |