Merge pull request #3249 from XRPLF/related-topics-batch-4

Add related transactions and ledger entries (batch 4)
This commit is contained in:
Maria Shodunke
2025-08-21 11:12:47 +01:00
committed by GitHub
14 changed files with 60 additions and 0 deletions

View File

@@ -77,5 +77,10 @@ The ID of a {% code-page-name /%} entry is the [SHA-512Half][] of the following
0. The AccountID of the {% code-page-name /%}'s owner.
0. The Sequence number of the transaction that created the {% code-page-name /%}.
## See Also
- **Transactions:**
- [PermissionedDomainDelete transaction][]
- [PermissionedDomainSet transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -124,4 +124,9 @@ The ID of a RippleState entry is the [SHA-512Half][] of the following values, co
* The AccountID of the high account
* The 160-bit currency code of the trust line(s)
## See Also
- **Transactions:**
- [TrustSet transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -102,4 +102,9 @@ The ID of a `SignerList` entry is the SHA-512Half of the following values, conca
* The AccountID of the owner of the signer list
* The `SignerListID` (currently always `0`)
## See Also
- **Transactions:**
- [SignerListSet transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -60,4 +60,9 @@ The ID of a Ticket object is the SHA-512Half of the following values, concatenat
* The AccountID of the owner of the Ticket
* The `TicketSequence` number of the Ticket
## See Also
- **Transactions:**
- [TicketCreate transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -102,4 +102,9 @@ _(Requires the [XChainBridge amendment][] {% not-enabled /%})_
| `LockingChainDoor` | String | AccountID | Yes | The door account on the locking chain. |
| `LockingChainIssue` | Issue | Issue | Yes | The asset that is locked and unlocked on the locking chain. |
## See Also
- **Transactions:**
- [XChainCreateClaimID transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -85,4 +85,9 @@ _(Requires the [XChainBridge amendment][] {% not-enabled /%})_
| `LockingChainDoor` | String | AccountID | Yes | The door account on the locking chain. |
| `LockingChainIssue` | Issue | Issue | Yes | The asset that is locked and unlocked on the locking chain. |
## See Also
- **Transactions:**
- [XChainAddAccountCreateAttestation transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}