From 87e115fc92e5c4bd8336ef3fd6d7f00632cdcc1e Mon Sep 17 00:00:00 2001 From: Justin Rice Date: Wed, 25 Oct 2023 12:33:52 -0400 Subject: [PATCH] Update ledgers.mdx (#255) Contract Data are the new Soroban data entry. Could be elaborated on later, but this is a quick add to start with. --- .../stellar-data-structures/ledgers.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fundamentals-and-concepts/stellar-data-structures/ledgers.mdx b/docs/fundamentals-and-concepts/stellar-data-structures/ledgers.mdx index dc237de00..9f10b76b5 100644 --- a/docs/fundamentals-and-concepts/stellar-data-structures/ledgers.mdx +++ b/docs/fundamentals-and-concepts/stellar-data-structures/ledgers.mdx @@ -14,5 +14,6 @@ Data is stored on the ledger as ledger entries. Possible ledger entries include: - Accounts - Claimable balances - Liquidity pools +- [Contract data](https://soroban.stellar.org/docs/fundamentals-and-concepts/persisting-data#ledger-entries) Every ledger has a ledger header, to read about what is contained in the ledger header, see our [Ledger Header Encyclopedia Entry](../../encyclopedia/ledger-headers).