mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 23:55:49 +00:00
Merge pull request #3247 from XRPLF/related-topics-batch-3
Add related transactions and ledger entries (batch 3)
This commit is contained in:
@@ -76,4 +76,11 @@ The `MPTokenIssuanceID` is a 192-bit integer, concatenated in order:
|
||||
- The transaction sequence number.
|
||||
- The AccountID of the issuer.
|
||||
|
||||
## See Also
|
||||
|
||||
- **Transactions:**
|
||||
- [MPTokenIssuanceCreate transaction][]
|
||||
- [MPTokenIssuanceDestroy transaction][]
|
||||
- [MPTokenIssuanceSet transaction][]
|
||||
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
@@ -82,4 +82,11 @@ The unique ID (`NFTokenOfferID`) of a `NFTokenOffer` object is the result of the
|
||||
* The `AccountID` of the account placing the offer; and
|
||||
* The `Sequence` (or `Ticket`) of the `NFTokenCreateOffer` transaction that created the `NFTokenOffer`.
|
||||
|
||||
## See Also
|
||||
|
||||
- **Transactions:**
|
||||
- [NFTokenAcceptOffer transaction][]
|
||||
- [NFTokenCancelOffer transaction][]
|
||||
- [NFTokenCreateOffer transaction][]
|
||||
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
@@ -80,4 +80,10 @@ The ID of an `Offer` entry is the [SHA-512Half][] of the following values, conca
|
||||
|
||||
If the OfferCreate transaction used a [ticket](../../../../concepts/accounts/tickets.md), use the `TicketSequence` value instead.
|
||||
|
||||
## See Also
|
||||
|
||||
- **Transactions:**
|
||||
- [OfferCancel transaction][]
|
||||
- [OfferCreate transaction][]
|
||||
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
@@ -90,4 +90,10 @@ The `Currency` field type contains 160 bits of arbitrary data representing a cur
|
||||
}
|
||||
```
|
||||
|
||||
## See Also
|
||||
|
||||
- **Transactions:**
|
||||
- [OracleSet transaction][]
|
||||
- [OracleDelete transaction][]
|
||||
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
@@ -106,4 +106,11 @@ The ID of a `PayChannel` entry is the [SHA-512Half][] of the following values, c
|
||||
* The Sequence number of the [PaymentChannelCreate transaction][] that created the channel
|
||||
If the PaymentChannelCreate transaction used a [Ticket](../../../../concepts/accounts/tickets.md), use the `TicketSequence` value instead.
|
||||
|
||||
## See Also
|
||||
|
||||
- **Transactions:**
|
||||
- [PaymentChannelClaim transaction][]
|
||||
- [PaymentChannelCreate transaction][]
|
||||
- [PaymentChannelFund transaction][]
|
||||
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
Reference in New Issue
Block a user