Skip to content

Commit 77b44d4

Browse files
Merge pull request #3246 from XRPLF/related-topics-batch-2
Add related transactions and ledger entries (batch 2)
2 parents 9468608 + 9ea2b13 commit 77b44d4

File tree

14 files changed

+62
-4
lines changed

14 files changed

+62
-4
lines changed

docs/_snippets/common-links.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,15 @@
8282
[DelegateSet transactions]: /docs/references/protocol/transactions/types/delegateset.md
8383
[DepositAuth amendment]: /resources/known-amendments.md#depositauth
8484
[DepositPreauth amendment]: /resources/known-amendments.md#depositpreauth
85-
[DepositPreauth entry]: /docs/references/protocol/transactions/types/depositpreauth.md
86-
[DepositPreauth object]: /docs/references/protocol/transactions/types/depositpreauth.md
85+
[DepositPreauth entry]: /docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
86+
[DepositPreauth object]: /docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
8787
[DepositPreauth transaction]: /docs/references/protocol/transactions/types/depositpreauth.md
8888
[DepositPreauth transactions]: /docs/references/protocol/transactions/types/depositpreauth.md
8989
[DepositPreauth]: /docs/references/protocol/transactions/types/depositpreauth.md
9090
[DIDSet transaction]: /docs/references/protocol/transactions/types/didset.md
9191
[DIDSet transactions]: /docs/references/protocol/transactions/types/didset.md
9292
[DIDSet]: /docs/references/protocol/transactions/types/didset.md
93+
[DIDDelete transaction]: /docs/references/protocol/transactions/types/diddelete.md
9394
[DirectoryNode entry]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
9495
[DirectoryNode object]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
9596
[DisallowIncoming amendment]: /resources/known-amendments.md#disallowincoming
@@ -99,8 +100,8 @@
99100
[EnableAmendment]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
100101
[EnforceInvariants amendment]: /resources/known-amendments.md#enforceinvariants
101102
[Escrow amendment]: /resources/known-amendments.md#escrow
102-
[Escrow entry]: /docs/concepts/payment-types/escrow.md
103-
[Escrow object]: /docs/concepts/payment-types/escrow.md
103+
[Escrow entry]: /docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
104+
[Escrow object]: /docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
104105
[EscrowCancel transaction]: /docs/references/protocol/transactions/types/escrowcancel.md
105106
[EscrowCancel transactions]: /docs/references/protocol/transactions/types/escrowcancel.md
106107
[EscrowCancel]: /docs/references/protocol/transactions/types/escrowcancel.md

docs/references/protocol/ledger-data/ledger-entry-types/delegate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,9 @@ There are no flags defined for {% code-page-name /%} entries.
6565

6666
{% code-page-name /%} entries are not deletion blockers. If the owner (delegating) account is deleted, all such ledger entries are deleted along with them. However, the `Authorize`
6767

68+
## See Also
69+
70+
- **Transactions:**
71+
- [DelegateSet transaction][]
72+
6873
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,9 @@ In this case, the ID is the [SHA-512Half][] of the following values, concatenate
109109
* The AccountID of the owner of this object (the sender of the [DepositPreauth transaction][] that created this object; in other words, the one that granted the preauthorization)
110110
* The contents of the `AuthorizeCredentials` field.
111111

112+
## See Also
113+
114+
- **Transactions**
115+
- [DepositPreauth transaction][]
116+
112117
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/ledger-data/ledger-entry-types/did.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,10 @@ The ID of a `DID` entry is the [SHA-512Half][] of the following values, concaten
6161
1. The `DID` space key (`0x0049`).
6262
2. The AccountID that controls the DID.
6363

64+
## See Also
65+
66+
- **Transactions:**
67+
- [DIDDelete transaction][]
68+
- [DIDSet transaction][]
69+
6470
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/ledger-data/ledger-entry-types/escrow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,11 @@ The ID of an `Escrow` entry is the [SHA-512Half][] of the following values, conc
7474
* The Sequence number of the [EscrowCreate transaction][] that created the `Escrow` entry
7575
If the EscrowCreate transaction used a [Ticket](../../../../concepts/accounts/tickets.md), use the `TicketSequence` value instead.
7676

77+
## See Also
78+
79+
- **Transactions:**
80+
- [EscrowCancel transaction][]
81+
- [EscrowCreate transaction][]
82+
- [EscrowFinish transaction][]
83+
7784
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/ledger-data/ledger-entry-types/mptoken.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@ The ID of an `MPToken` entry is the [SHA-512Half][] of the following values, con
5454
- The `MPTokenIssuanceID` for the issuance being held.
5555
- The `AccountID` of the token holder.
5656

57+
## See Also
58+
59+
- [MPTokenAuthorize transaction][]
60+
5761
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/transactions/types/delegateset.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ Besides errors that can occur for all transactions, {% $frontmatter.seo.title %}
7373
| `temDISABLED` | The [Permission Delegation amendment][] is not enabled. |
7474
| `temMALFORMED` | The transaction was invalid. For example, the `Authorize` account is the same as the sender of the transaction, the `Permissions` list contains duplicate entries, or one of the permissions in the list is not a valid permission. |
7575

76+
## See Also
77+
78+
- [Delegate ledger entry][]
7679

7780
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/transactions/types/depositpreauth.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@ In addition to error types that can occur for all transactions, DepositPreauth t
8989
| `temCANNOT_PREAUTH_SELF` | The address in the `Authorize` field is the sender of the transaction. You cannot preauthorize yourself. |
9090
| `temDISABLED` | A required amendment is not enabled. |
9191

92+
## See Also
93+
94+
- [DepositPreauth object][]
9295

9396
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/transactions/types/diddelete.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ Besides errors that can occur for all transactions, {% $frontmatter.seo.title %}
3939
|:--------------------|:---------------------------------------------|
4040
| `tecNO_ENTRY` | The account doesn't have a DID. |
4141

42+
## See Also
43+
44+
- [DID entry][]
45+
4246
{% raw-partial file="/docs/_snippets/common-links.md" /%}

docs/references/protocol/transactions/types/didset.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ Besides errors that can occur for all transactions, {% $frontmatter.seo.title %}
4848
| `tecEMPTY_DID` | The transaction will create an empty DID ledger entry. Check that your updates don't remove the `Data`, `DIDDocument`, and `URI` fields. |
4949
| `temEMPTY_DID` | The transaction is malformed and missing any DID information. Include either the `Data`, `DIDDocument`, or `URI` fields. |
5050

51+
## See Also
52+
53+
- [DID entry][]
54+
5155
{% raw-partial file="/docs/_snippets/common-links.md" /%}

0 commit comments

Comments
 (0)