mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 23:55:49 +00:00
Add related transactions and ledger entries
This commit is contained in:
@@ -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" /%}
|
||||
|
||||
@@ -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" /%}
|
||||
|
||||
@@ -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" /%}
|
||||
|
||||
@@ -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" /%}
|
||||
|
||||
@@ -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" /%}
|
||||
|
||||
Reference in New Issue
Block a user