From 4ad1639c9bc0edf94f999ccba04a6536757d0b7b Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Tue, 17 Dec 2024 10:06:32 -0800 Subject: [PATCH] Add link to RippleState in context Per a comment from a Ripple employee, he wasn't able to figure out where the trust line information was stored. RippleState linked to the Trust Line topic, but not vice-versa. --- docs/concepts/tokens/fungible-tokens/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/tokens/fungible-tokens/index.md b/docs/concepts/tokens/fungible-tokens/index.md index a6a2434974..e0d7f509dd 100644 --- a/docs/concepts/tokens/fungible-tokens/index.md +++ b/docs/concepts/tokens/fungible-tokens/index.md @@ -16,7 +16,7 @@ Fungible tokens are interchangeable and indistinguishable from one another. They Trust lines are structures in the XRP Ledger for holding fungible [tokens](../index.md). Trust lines enforce the XRP Ledger's rule that you cannot cause someone else to hold a token they don't want. This precaution is necessary to enable the XRP Ledger's use case for [community credit](../index.md#community-credit) among other benefits. -Each "trust line" is a _bidirectional_ relationship consisting of: +A trust line is defined as a [RippleState](../../references/protocol/ledger-data/ledger-entry-types/ripplestate) object. Each trust line is a _bidirectional_ relationship consisting of: - The identifiers for the two [accounts](../../accounts/index.md) that the trust line connects. - A single, shared balance, which is positive from the perspective of one account and negative from the other perspective.