mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Clio v110 (#1464)
* Update response fields * Fix typo * initial draft for nft_info command * update request and response formats * Incorporate review feedback * Updated source URL and desc for is_burned * Incorporate review feedback * Incorporate additional review comments * Incorporate peer edit comments * Moving nft_info to new section * Rename section to Clio methods * Update dactyl-config.yml Co-authored-by: Rome Reginelli <rome@ripple.com> * Update content/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md Co-authored-by: Rome Reginelli <rome@ripple.com> * Update warning message location in the response as per code changes (#1462) * Update warning level change in API response * Move Clio APIs under one heading in the nav * Update dactyl config file to group all Clio methods under one heading * Fix file paths * remove Clio from the nav title * Add badge to note the version when this API was added Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
committed by
GitHub
parent
7e57790915
commit
b70b3ae7e9
@@ -254,7 +254,7 @@ The `info` object may have some arrangement of the following fields:
|
||||
| `Field` | Type | Description |
|
||||
|:------------------------------------|:----------------|:---------------------|
|
||||
| `amendment_blocked` | Boolean | _(May be omitted)_ If `true`, this server is [amendment blocked](amendments.html#amendment-blocked). If the server is not amendment blocked, the response omits this field. [New in: rippled 0.80.0][] |
|
||||
| `build_version` | String | The version number of the running `rippled` version. |
|
||||
| `build_version` | String | The version number of the running `rippled` server. |
|
||||
| `closed_ledger` | Object | _(May be omitted)_ Information on the most recently closed ledger that has not been validated by consensus. If the most recently validated ledger is available, the response omits this field and includes `validated_ledger` instead. The member fields are the same as the `validated_ledger` field. |
|
||||
| `complete_ledgers` | String | Range expression indicating the sequence numbers of the ledger versions the local `rippled` has in its database. This may be a disjoint sequence such as `24900901-24900984,24901116-24901158`. If the server does not have any complete ledgers (for example, it recently started syncing with the network), this is the string `empty`. |
|
||||
| `hostid` | String | On an admin request, returns the hostname of the server running the `rippled` instance; otherwise, returns a single [RFC-1751][] word based on the [node public key](peer-protocol.html#node-key-pair). |
|
||||
|
||||
Reference in New Issue
Block a user