From 3bf39ba552ed3a97c9028266abaa66d05a4f0629 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 15:27:09 -0400 Subject: [PATCH 1/7] =?UTF-8?q?=F0=9F=93=9D=20Alphabetize=20glossary=20ent?= =?UTF-8?q?ries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index 107a6dabc5..47e24f7bcb 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -143,10 +143,6 @@ An online repository for documents that can be accessed and shared among multipl A fully qualified domain name (FQDN) linked to a Stellar account, used to generate an on-chain link to a Stellar Info File, which holds off-chain metadata. See the Set Options operation. Can be up to 32 characters. -### Stellar RPC - -A node that provides an interface for submitting transactions and reading data from the Stellar network. - ### Inflation The inflation operation is deprecated because it wasn’t working as intended. Most users either ignored it or used it for personal gain, and the costs kept rising, so the network voted to disable it in Protocol 12 through [CAP-26: Disable Inflation Mechanism](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0026.md). @@ -187,6 +183,12 @@ The native, built-in token on the Stellar network. Learn more about lumens in our [Lumens section](./fundamentals/lumens.mdx). +### Mainnet or Pubnet + +The Stellar Public Network, aka mainnet, the main network used by applications in production. + +Read more in our [Networks section](../networks/README.mdx). + ### Master key The private key used in initial account creation. @@ -259,18 +261,6 @@ The ratio of the quote asset and the base asset in an order. The public part of a keypair that identifies a Stellar account. The public key is public- it is visible on the ledger, anyone can look it up, and it is used when sending payments to the account, identifying the issuer of an asset, and verifying that a transaction is authorized. -### Mainnet or Pubnet - -The Stellar Public Network, aka mainnet, the main network used by applications in production. - -Read more in our [Networks section](../networks/README.mdx). - -### Sequence number - -Used to identify and verify the order of transactions with the source account. - -A transaction’s sequence number must always increase by one (unless minimum sequence number preconditions are set, or a bump sequence operation is used). SDKs and the Stellar Lab automatically increment the account’s sequence number by one when you build a transaction. - ### Secret (private) key The private key is part of a keypair, which is associated with an account. Do not share your secret key with anyone. @@ -281,6 +271,12 @@ Standards and protocols to allow the Stellar ecosystem to interoperate. Learn more in our [SEPs section](./fundamentals/stellar-ecosystem-proposals.mdx). +### Sequence number + +Used to identify and verify the order of transactions with the source account. + +A transaction’s sequence number must always increase by one (unless minimum sequence number preconditions are set, or a bump sequence operation is used). SDKs and the Stellar Lab automatically increment the account’s sequence number by one when you build a transaction. + ### Signer Refers to the master key or to any other signing keys added later. A signer is defined as the pair: public key + weight. Signers can be set with the Set Options operation. @@ -321,6 +317,10 @@ A replicated state machine that maintains a local copy of a cryptographic ledger A non-profit organization founded to support the development and growth of the Stellar network. +### Stellar RPC + +A node that provides an interface for submitting transactions and reading data from the Stellar network. + ### Stellar.toml A formatted configuration file containing published information about a node and an organization. For more, see the [Stellar Info File spec (SEP-0001)](https://stellar.org/protocol/sep-1) @@ -391,10 +391,10 @@ An integer representing a given date and time, as used on UNIX and Linux compute A basic validator keeps track of the ledger and submits transactions for possible inclusion. It ensures reliable access to the network and sign-off on transactions. A full validator performs the functions of a basic validator, but also publishes a history archive containing snapshots of the ledger, including all network transactions and their results. -### XLM (lumens) - -The native currency of the Stellar network. - ### Wallet An interface that gives a user access to an account stored on the ledger; that access is controlled by the account’s secret key. The wallet allows users to store and manage their assets. + +### XLM (lumens) + +The native currency of the Stellar network. From 25800a61a3a2de88918cd9b2022a0b7277be6621 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 15:52:12 -0400 Subject: [PATCH 2/7] =?UTF-8?q?=F0=9F=94=A4=20Alphabetize=20glossary=20aft?= =?UTF-8?q?er=20upstream=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index 0b73305f32..c67e60675d 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -59,12 +59,6 @@ Learn more in our [Lumens section](./fundamentals/lumens.mdx#base-reserves). Remove an asset from circulation, which can happen in two ways: 1) a holder sends the asset back to the issuing account 2) an issuer claws back a clawback-enabled asset from a holder's account. -### Core Advancement Proposals (CAPs) {#caps} - -Proposals of standards to improve the Stellar protocol. CAPs deal with changes to the core protocol of the Stellar network. - -Find a list of all draft, accepted, implemented, and rejected CAPs in [GitHub](https://github.com/stellar/stellar-protocol/tree/master/core). - ### Claim Predicate A recursive data structure used to construct complex conditionals with different values of ClaimPredicateType. @@ -103,6 +97,12 @@ Contract tokens used to be referred to as "custom tokens", which has been deprec ::: +### Core Advancement Proposals (CAPs) {#caps} + +Proposals of standards to improve the Stellar protocol. CAPs deal with changes to the core protocol of the Stellar network. + +Find a list of all draft, accepted, implemented, and rejected CAPs in [GitHub](https://github.com/stellar/stellar-protocol/tree/master/core). + ### Create account operation Makes a payment to a 0-balance public key (Stellar address), thereby creating the account. You must use this operation to initialize an account rather than a standard payment operation. @@ -269,11 +269,9 @@ The ratio of the quote asset and the base asset in an order. The public part of a keypair that identifies a Stellar account. The public key is public- it is visible on the ledger, anyone can look it up, and it is used when sending payments to the account, identifying the issuer of an asset, and verifying that a transaction is authorized. -### Mainnet or Pubnet - -The Stellar Public Network, aka mainnet, the main network used by applications in production. +### Secret (private) key -Read more in our [Networks section](../networks/README.mdx). +The private key is part of a keypair, which is associated with an account. Do not share your secret key with anyone. ### Sequence Number @@ -281,10 +279,6 @@ Used to identify and verify the order of transactions with the source account. A transaction’s sequence number must always increase by one (unless minimum sequence number preconditions are set, or a bump sequence operation is used). SDKs and the Stellar Lab automatically increment the account’s sequence number by one when you build a transaction. -### Secret (private) key - -The private key is part of a keypair, which is associated with an account. Do not share your secret key with anyone. - ### Signer Refers to the master key or to any other signing keys added later. A signer is defined as the pair: public key + weight. Signers can be set with the Set Options operation. From faa80c36a059552c323dd8274e1c4b6ad496773a Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 16:11:05 -0400 Subject: [PATCH 3/7] =?UTF-8?q?=F0=9F=93=9D=20Migrate=20glossary=20refinem?= =?UTF-8?q?ents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 72 +++++++++++++++++++++++++++++++---------- 1 file changed, 55 insertions(+), 17 deletions(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index c67e60675d..897912a31a 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -33,6 +33,12 @@ Fiat, physical, or other tokens of value that are tracked, held, or transferred See the [Assets section](./fundamentals/stellar-data-structures/assets.mdx) to learn more. +### Atomic Swap + +An atomic swap is a decentralized method of exchanging one asset for another without the need for a trusted third-party intermediary. The process ensures that the interchange will either be completed fully by both parties or not at all, hence the term "atomic," meaning indivisible. If one party fails to fulfill the required conditions, the trade is automatically canceled, and both parties retain their assets. + +Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx#orderbook). + ### Balance The amount of a given asset an account holds. Each asset has its own balance and these balances are stored in trustlines for every asset except XLM, which is held directly by the account. @@ -57,20 +63,30 @@ Learn more in our [Lumens section](./fundamentals/lumens.mdx#base-reserves). ### Burn -Remove an asset from circulation, which can happen in two ways: 1) a holder sends the asset back to the issuing account 2) an issuer claws back a clawback-enabled asset from a holder's account. +Remove an asset from circulation, which can happen in three ways: + +1. A holder sends the asset back to the issuing account. +2. An issuer claws back a clawback-enabled asset from a holder's account. +3. An issuer acquires its own asset through the SDEX. ### Claim Predicate A recursive data structure used to construct complex conditionals with different values of ClaimPredicateType. +Learn more in our [Claimable Balances guide](../build/guides/transactions/claimable-balances.mdx). + ### ClaimableBalanceID -A SHA-256 hash of the OperationID for claimable balances. +A SHA-256 hash of a combination of transaction data for claimable balances. + +Learn more in our [Claimable Balances guide](../build/guides/transactions/claimable-balances.mdx). ### Claimant An object that holds both the destination account that can claim the ClaimableBalanceEntry and a ClaimPredicate that must evaluate to true for the claim to succeed. +Learn more in our [Claimable Balances guide](../build/guides/transactions/claimable-balances.mdx). + ### Clawback An amount of asset from a trustline or claimable balance removed (clawed back) from a recipient’s balance sheet. @@ -105,23 +121,25 @@ Find a list of all draft, accepted, implemented, and rejected CAPs in [GitHub](h ### Create account operation -Makes a payment to a 0-balance public key (Stellar address), thereby creating the account. You must use this operation to initialize an account rather than a standard payment operation. +Makes a payment to a 0-balance [public key](#public-key) (Stellar address), thereby creating the account. You must use this operation to initialize an account rather than a standard payment operation. ### Cross-Asset Payments -A payment that automatically handles the conversion of dissimilar assets. +A payment that automatically handles the conversion of different assets. + +Learn more in our [Path Payments section](../build/guides/transactions/path-payments.mdx). ### Custom Token -This term has been deprecated in favor of [contract tokens](#contract-token). +This term was deprecated in favor of [contract tokens](#contract-token). ### Decentralized Exchange -A distributed exchange that allows the trading and conversion of assets on the network. +A distributed exchange that allows the trading and conversion of assets on the network through atomic swaps. -Learn more in our [Liquidity on Stellar](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx#sdex) section. +Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx#orderbook). -### External Data Representation (XDR) +### External Data Representation (XDR) {#xdr} The type of encoding used for operations and data running on stellar-core. @@ -143,11 +161,13 @@ Read more in the [Fuzz Testing Tutorial](../build/smart-contracts/example-contra ### GitHub -An online repository for documents that can be accessed and shared among multiple users; host for the Stellar platform’s source code, documentation, and other open-source repos. +An [online repository](https://github.com) for documents that can be accessed and shared among multiple users; host for the Stellar platform’s source code, documentation, and other open-source repos. ### Home Domain -A fully qualified domain name (FQDN) linked to a Stellar account, used to generate an on-chain link to a Stellar Info File, which holds off-chain metadata. See the Set Options operation. Can be up to 32 characters. +A fully qualified domain name (FQDN) linked to a Stellar account. Home domains let [apps](#app) generate on-chain links to a [Stellar Info File](#stellar-toml), which holds off-chain metadata. + +Learn more about the [Set Options operation](./fundamentals/transactions/list-of-operations.mdx#set-options). ### Inflation @@ -177,7 +197,7 @@ Learn more in the [Ledgers section](./fundamentals/stellar-data-structures/ledge ### LedgerKey -LedgerKey holds information to identify a specific ledgerEntry. It is a union that can be any one of the LedgerEntryTypes (ACCOUNT, TRUSTLINE, OFFER, DATA, CLAIMABLE_BALANCE, Liquidity Pool, Contract Data, Contract Code, Config Setting or TTL). +LedgerKey holds information to identify a specific LedgerEntry. It is a union that can be any one of the LedgerEntryTypes (Account, Trustline, Offer, Data, Claimable Balance, Liquidity Pool, Contract Data, Contract Code, Config Setting, or TTL). ### Liability @@ -213,6 +233,12 @@ The maximum number of operations per ledger, as determined by validator vote. Cu The number of entries owned by an account, used to calculate the account’s minimum balance. +### Offer + +An order to trade between two assets at a specific [price](#price). The order data structure can be retrieved from the network while active. Exchange execution decreases the offer amount. + +Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx#orders). + ### Operation An individual command that modifies the ledger. @@ -231,14 +257,16 @@ Learn more in our [Liquidity on Stellar: SDEX and Liquidity Pools section](./fun ### Orderbook -A record of outstanding orders on the Stellar network. +A list of offers to buy one asset and sell another. Each record includes a price in fraction form between the pair, plus information about its maker. When prices from a buyer meet or exceed prices from a seller, an exchange occurs. -Learn more in our [Liquidity on Stellar: SDEX and Liquidity Pools section](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx#order-books). +Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx#orderbook). ### Passive Order An order that does not execute against a marketable counter order with the same price; filled only if the prices are not equal. +Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx). + ### Passphrase The Mainnet and Testnet each have their own unique passphrase, which are used to validate signatures on a given transaction. @@ -255,6 +283,8 @@ It happens during [Stellar Core](#stellar-core)'s market-order execution and in Allows two parties who frequently transact with one another to move the bulk of their activity off-chain, while still recording opening balances and final settlement on-chain. +An example of this on Stellar is [Starlight](#starlight). + ### Precondition Optional requirements you can add to control a transaction’s validity. @@ -263,13 +293,15 @@ See the [Operation and Transaction Validity section](./fundamentals/transactions ### Price -The ratio of the quote asset and the base asset in an order. +The ratio of the quote asset and the base asset in an [offer](#offer). + +Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx). ### Public Key The public part of a keypair that identifies a Stellar account. The public key is public- it is visible on the ledger, anyone can look it up, and it is used when sending payments to the account, identifying the issuer of an asset, and verifying that a transaction is authorized. -### Secret (private) key +### Secret (private) key {#secret-key} The private key is part of a keypair, which is associated with an account. Do not share your secret key with anyone. @@ -299,7 +331,11 @@ The account that originates a transaction. This account also provides the fee an ### Starlight -Stellar’s layer 2 protocol that allows for bi-directional payment channels. +Stellar's layer-2 protocol that allows for bi-directional payment channels. + +See the [initial release](https://github.com/stellar-deprecated/starlight), [design considerations](https://youtu.be/LI_M6rWPCgQ), and [implementation details](https://stellar.org/blog/developers/starlight-a-layer-2-payment-channel-protocol-for-stellar). + +Starlight relies on [CAP-21](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0021.md) and [CAP-40](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0040.md) from [Protocol 19](https://stellar.org/blog/developers/protocol-19-upgrade-guide). ### Stellar @@ -409,6 +445,8 @@ A basic validator keeps track of the ledger and submits transactions for possibl An interface that gives a user access to an account stored on the ledger; that access is controlled by the account’s secret key. The wallet allows users to store and manage their assets. -### XLM (lumens) +### XLM (lumens) {#lumens} The native currency of the Stellar network. + +Read more about the [Lumen Supply Metrics](./fundamentals/lumens.mdx#lumen-supply-metrics). From 773f5ef0c1cfe1cbde1b349eb891772b25ce2f9f Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 16:15:22 -0400 Subject: [PATCH 4/7] =?UTF-8?q?=F0=9F=93=9D=20Finish=20glossary=20follow-u?= =?UTF-8?q?ps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index 897912a31a..3215ea7fce 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -57,7 +57,7 @@ Learn more in our [Fees section](./fundamentals/fees-resource-limits-metering.md ### Base Reserve -A unit of measurement used to calculate an account’s minimum balance. One base reserve is currently 0.5 XLM. +A unit of measurement used to calculate an account’s minimum balance. One base reserve is currently 0.5 [XLM](#lumen). Learn more in our [Lumens section](./fundamentals/lumens.mdx#base-reserves). @@ -361,6 +361,8 @@ Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-ste A non-profit organization founded to support the development and growth of the Stellar network. +Learn more on the [SDF website](https://stellar.org/foundation). + ### Stellar Ecosystem Proposals (SEPs) {#seps} Standards and protocols to allow the Stellar ecosystem to interoperate. From 76cdd1cca0451be6805ae3eb6f325689c0e3b82f Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 16:17:14 -0400 Subject: [PATCH 5/7] =?UTF-8?q?=F0=9F=94=97=20Update=20glossary=20anchor?= =?UTF-8?q?=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- .../scheduling-and-orchestration/getting-started.mdx | 2 +- docs/tools/lab/saved/keypairs.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/getting-started.mdx b/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/getting-started.mdx index 5eb25a0678..eeb646813d 100644 --- a/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/getting-started.mdx +++ b/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/getting-started.mdx @@ -11,7 +11,7 @@ import dbt_enriched_base_tables from "/img/hubble/dbt_enriched_base_tables.png"; ## GCP Account Setup -[The SDF](../../../../../learn/glossary.mdx#stellar-development-foundation-sdf) runs Hubble in GCP using Composer and BigQuery. To follow the same deployment you will need to have access to a GCP project. Instructions can be found in the [Get Started](https://cloud.google.com/docs/get-started) documentation from Google. +[The SDF](../../../../../learn/glossary.mdx#sdf) runs Hubble in GCP using Composer and BigQuery. To follow the same deployment you will need to have access to a GCP project. Instructions can be found in the [Get Started](https://cloud.google.com/docs/get-started) documentation from Google. :::note diff --git a/docs/tools/lab/saved/keypairs.mdx b/docs/tools/lab/saved/keypairs.mdx index 05d0e1a3ef..fb27c98da1 100644 --- a/docs/tools/lab/saved/keypairs.mdx +++ b/docs/tools/lab/saved/keypairs.mdx @@ -31,7 +31,7 @@ This page shows you saved keypairs for the selected network (only Testnet and Fu ## Manually save keypair -To add a keypair manually, click the "Add keypair manually" button located in the top right corner of the screen. This will open a modal where you can enter a name for your keypair along with the [Stellar secret key](../../../learn/glossary.mdx#secret-private-key) (which begins with the letter "S") or recovery passphrase (a 12 or 24-word phrase). +To add a keypair manually, click the "Add keypair manually" button located in the top right corner of the screen. This will open a modal where you can enter a name for your keypair along with the [Stellar secret key](../../../learn/glossary.mdx#secret-key) (which begins with the letter "S") or recovery passphrase (a 12 or 24-word phrase). ![Lab: Add keypair manually](/assets/lab/lab-account-saved-manual.png) From 8f46d35455b179382a9b79b731e4a7f3bf4b381c Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 16:17:34 -0400 Subject: [PATCH 6/7] =?UTF-8?q?=F0=9F=93=9D=20Normalize=20glossary=20link?= =?UTF-8?q?=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index 3215ea7fce..8edb6e5a4c 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -11,7 +11,7 @@ description: "Explore a comprehensive glossary of blockchain terms. Learn key co A central Stellar data structure to hold balances, sign transactions, and issue assets. -See the [Accounts section](./fundamentals/stellar-data-structures/accounts.mdx) to learn more. +Learn more in the [Accounts section](./fundamentals/stellar-data-structures/accounts.mdx). ### Account ID @@ -21,7 +21,7 @@ The public key used to create an account. This key persists across different key The on and off-ramps on the Stellar network that facilitate one-to-one conversion of off-chain representations to and from tokenized assets, for example, digital tokens representing bank deposits. -Read more in the [Anchors section](./fundamentals/anchors.mdx). +Learn more in the [Anchors section](./fundamentals/anchors.mdx). ### Application (app) {#app} @@ -31,7 +31,7 @@ A software program designed for users to carry out a specific task (other than o Fiat, physical, or other tokens of value that are tracked, held, or transferred by the Stellar distributed network. -See the [Assets section](./fundamentals/stellar-data-structures/assets.mdx) to learn more. +Learn more in our [Assets section](./fundamentals/stellar-data-structures/assets.mdx). ### Atomic Swap @@ -243,7 +243,7 @@ Learn more in our [Liquidity on Stellar section](./fundamentals/liquidity-on-ste An individual command that modifies the ledger. -Learn more in our [Operations and Transactions](./fundamentals/transactions/operations-and-transactions.mdx) section. +Learn more in our [Operations and Transactions section](./fundamentals/transactions/operations-and-transactions.mdx). ### OperationID From f18953ce7e17e16a6f8bb2094929c5ec8583cec7 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 16:22:16 -0400 Subject: [PATCH 7/7] =?UTF-8?q?=F0=9F=93=9D=20Update=20glossary=20ledger?= =?UTF-8?q?=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- docs/learn/glossary.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/glossary.mdx b/docs/learn/glossary.mdx index 8edb6e5a4c..498d2abb52 100644 --- a/docs/learn/glossary.mdx +++ b/docs/learn/glossary.mdx @@ -193,11 +193,11 @@ An encrypted store or file that serves as a repository of private keys, certific A representation of the state of the Stellar universe at a given point in time, shared across all network nodes. -Learn more in the [Ledgers section](./fundamentals/stellar-data-structures/ledgers.mdx). +Learn more in the [Ledgers section](./fundamentals/stellar-data-structures/ledgers/README.mdx). ### LedgerKey -LedgerKey holds information to identify a specific LedgerEntry. It is a union that can be any one of the LedgerEntryTypes (Account, Trustline, Offer, Data, Claimable Balance, Liquidity Pool, Contract Data, Contract Code, Config Setting, or TTL). +LedgerKey holds information to identify a specific ledgerEntry. It is a union that can be any one of the LedgerEntryTypes ([`ACCOUNT`](#account), [`TRUSTLINE`](#trustline), [`OFFER`](#offer), [`DATA`](./fundamentals/transactions/list-of-operations.mdx#manage-data), `CLAIMABLE_BALANCE`, Liquidity Pool, Contract Data, Contract Code, Config Setting, or [`TTL`](#ttl)). ### Liability