mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
vl: expiration in Ripple time
This commit is contained in:
@@ -45,7 +45,7 @@ If you decode the `blob` from base64, the result is a JSON object with the follo
|
||||
| `Field` | Value | Description |
|
||||
|:-------------|:-------|:-----------------------------------------------------|
|
||||
| `sequence` | Number | Unique sequence number for this list. A larger sequence number indicates a newer list; only the newest list is valid at a time. |
|
||||
| `expiration` | Number | The time this list expires, in ***TODO: ripple time? unix time?*** |
|
||||
| `expiration` | Number | The time this list expires, in [seconds since the Ripple Epoch][]. |
|
||||
| `validators | Array | A list of recommended validators. |
|
||||
|
||||
Each member of the `validators` array has the following fields:
|
||||
|
||||
Reference in New Issue
Block a user