From 7a266732af507a0ae4af3bd7a5df617681574456 Mon Sep 17 00:00:00 2001 From: mayurbhandary Date: Thu, 27 Feb 2020 14:23:11 -0500 Subject: [PATCH] Added entry in the the validators table for attestation Added an entry in the validators table for the attestation block used for domain verification. --- content/references/xrp-ledger-toml.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/references/xrp-ledger-toml.md b/content/references/xrp-ledger-toml.md index 5024f237a3..e616f39ae1 100644 --- a/content/references/xrp-ledger-toml.md +++ b/content/references/xrp-ledger-toml.md @@ -169,6 +169,7 @@ For _each_ `[[VALIDATORS]]` entry, you MAY provide any of the following fields: | 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`). | +| `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. | | `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. |