Add related transactions and ledger entries

This commit is contained in:
Maria Shodunke
2025-08-14 13:11:32 +01:00
parent aec8b0f007
commit 3b7d66ee7e
23 changed files with 105 additions and 0 deletions

View File

@@ -115,4 +115,10 @@ The ID of an AccountRoot entry is the [SHA-512Half][] of the following values, c
* The Account space key (`0x0061`)
* The AccountID of the account
## See Also
- **Transactions:**
- [AccountSet transaction][]
- [AccountDelete transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -119,4 +119,15 @@ The ID of an `AMM` entry is the [SHA-512Half][] of the following values, concate
For XRP, use all 0's for both the token and the issuer.
## See Also
- **Transactions:**
- [AMMBid transaction][]
- [AMMClawback transaction][]
- [AMMCreate transaction][]
- [AMMDelete transaction][]
- [AMMDeposit transaction][]
- [AMMVote transaction][]
- [AMMWithdraw transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -66,4 +66,10 @@ In addition to the [common fields](../common-fields.md), {% code-page-name /%} e
| `LockingChainDoor` | String | Account | 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:**
- [XChainCreateBridge transaction][]
- [XChainModifyBridge transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -75,4 +75,11 @@ The ID of a `Check` entry is the [SHA-512Half][] of the following values, concat
See the tutorial showing how to [Send a Check](../../../../tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md).
## See Also
- **Transactions:**
- [CheckCancel transaction][]
- [CheckCash transaction][]
- [CheckCreate transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}

View File

@@ -65,4 +65,11 @@ The unique ID of a Credential entry is the SHA-512Half hash of the following val
* The `Issuer` field's value; and
* The `CredentialType` field's value.
## See Also
- **Transactions:**
- [CredentialAccept transaction][]
- [CredentialCreate transaction][]
- [CredentialDelete transaction][]
{% raw-partial file="/docs/_snippets/common-links.md" /%}