Ledger format: Check (still need JSON ex.)

This commit is contained in:
mDuo13
2018-01-22 14:11:19 -08:00
parent 93c9811e30
commit 102b30a25e
3 changed files with 43 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ There are several different kinds of objects that can appear in the ledger's sta
* [**AccountRoot** - The settings, XRP balance, and other metadata for one account.](#accountroot)
* [**Amendments** - Singleton object with status of enabled and pending amendments.](#amendments)
* [**Check** - A potential pull payment authorized by its sender](#check)
* [**DirectoryNode** - Contains links to other objects.](#directorynode)
* [**Escrow** - Contains XRP held for a conditional payment.](#escrow)
* [**FeeSettings** - Singleton object with consensus-approved base transaction cost and reserve requirements.](#feesettings)
@@ -85,6 +86,8 @@ Each ledger object consists of several fields. In the peer protocol that `ripple
{% include 'ledger-objects/amendments.md' %}
{% include 'ledger-objects/check.md' %}
{% include 'ledger-objects/directorynode.md' %}
{% include 'ledger-objects/escrow.md' %}