ValidatedLedger
Information about the fully-validated ledger with the highest sequence number (the most recent).
Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.
- Type: Object
This type can contain the following fields:
Field | Type | Required? | Description |
---|---|---|---|
age |
Integer | Required | The time since the ledger was closed, in seconds. |
reserveIncrementXAG |
String | Required | Base fee, in XAG. This may be represented in scientific notation such as 1e-05 for 0.00005. |
hash |
String | Required | Unique hash for the ledger, as an uppercase hexadecimal string. |
reserveBaseXAG |
String | Required | Base fee, in XAG. This may be represented in scientific notation such as 1e-05 for 0.00005. |
ledgerVersion |
Integer | Required | Identifying sequence number of this ledger version. |
baseFeeXAG |
String | Required | Base fee, in XAG. This may be represented in scientific notation such as 1e-05 for 0.00005. |