mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
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:
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user