From bff19b632a8a3c5a8dcaf2b7c26a79d096fefba0 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 15 Nov 2017 15:30:09 -0800 Subject: [PATCH] Ledger format: Add ledger objects to type listing --- content/reference-ledger-format.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/reference-ledger-format.md b/content/reference-ledger-format.md index 858f2c7c16..7c9f6fb2d6 100644 --- a/content/reference-ledger-format.md +++ b/content/reference-ledger-format.md @@ -66,8 +66,11 @@ The `closeFlags` field is not included in any JSON representations of a ledger, There are several different kinds of objects that can appear in the ledger's state tree: * [**AccountRoot** - The settings, XRP balance, and other metadata for one account.](#accountroot) +* [**Amendments** - Singleton object with status of enabled and pending amendments.](#amendments) * [**DirectoryNode** - Contains links to other objects.](#directorynode) -* [**Escrow** - Contains XRP held for a conditional payment](#escrow) +* [**Escrow** - Contains XRP held for a conditional payment.](#escrow) +* [**FeeSettings** - Singleton object with consensus-approved base transaction cost and reserve requirements.](#feesettings) +* [**LedgerHashes** - Lists of prior ledger versions' hashes for history lookup.](#ledgerhashes) * [**Offer** - An offer to exchange currencies, known in finance as an _order_.](#offer) * [**PayChannel** - A channel for asynchronous XRP payments.](#paychannel) * [**RippleState** - Links two accounts, tracking the balance of one currency between them. The concept of a _trust line_ is really an abstraction of this object type.](#ripplestate)