mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Fix broken links
This commit is contained in:
@@ -16,7 +16,7 @@ Fungible tokens are interchangeable and indistinguishable from one another. They
|
||||
|
||||
Trust lines are structures in the XRP Ledger for holding fungible [tokens](../index.md). Trust lines enforce the XRP Ledger's rule that you cannot cause someone else to hold a token they don't want. This precaution is necessary to enable the XRP Ledger's use case for [community credit](../index.md#community-credit) among other benefits.
|
||||
|
||||
A trust line is defined as a [RippleState](../../references/protocol/ledger-data/ledger-entry-types/ripplestate) object. Each trust line is a _bidirectional_ relationship consisting of:
|
||||
A trust line is defined as a [RippleState](../../../references/protocol/ledger-data/ledger-entry-types/ripplestate) object. Each trust line is a _bidirectional_ relationship consisting of:
|
||||
|
||||
- The identifiers for the two [accounts](../../accounts/index.md) that the trust line connects.
|
||||
- A single, shared balance, which is positive from the perspective of one account and negative from the other perspective.
|
||||
|
||||
@@ -56,10 +56,9 @@ MPTs are intended to be complementary to IOUs. While there might be use cases w
|
||||
## See Also
|
||||
|
||||
- **References:**
|
||||
- [MPToken](../../../references/protocol/data-types/mptoken.md)
|
||||
- [MPTokenIssuance](../../../references/protocol/data-types/mptokenissuance.md)
|
||||
- [MPToken](../../../references/protocol/ledger-data/ledger-entry-types/mptoken.md)
|
||||
- [MPTokenIssuance](../../../references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md)
|
||||
- [MPTokenAuthorize](../../../references/protocol/transactions/types/mptokenauthorize.md)
|
||||
- [MPTokenIssuanceCreate](../../../references/protocol/transactions/types/mptokenissuancecreate.md)
|
||||
- [MPTokenIssuanceDestroy](../../../references/protocol/transactions/types/mptokenissuancedestroy.md)
|
||||
- [MPTokenIssuanceSet](../../../references/protocol/transactions/types/mptokenissuanceset.md)
|
||||
|
||||
@@ -960,6 +960,9 @@ Return an `MPTokenIssuance` object.
|
||||
```sh
|
||||
rippled json ledger_entry '{ "mpt_issuance": "000004C463C52827307480341125DA0577DEFC38405B0E3E", "ledger_index": "validated" }'
|
||||
```
|
||||
|
||||
[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_entry-mpt_issuance)
|
||||
|
||||
### Get MPToken Object
|
||||
|
||||
Return an `MPToken` object.
|
||||
@@ -1004,8 +1007,7 @@ Return an `MPToken` object.
|
||||
rippled json ledger_entry '{ "mpt_issuance_id": "000002DFA4D893CFBC4DC6AE877EB585F90A3B47528B958D", "account":"r33kves44ksufkHSGg3M6GPPAsoVHEN8C1"}'
|
||||
```
|
||||
<!-- MULTICODE_BLOCK_END -->
|
||||
|
||||
[Try it! >](/resources/dev-tools/websocket-api-tool.html#ledger_entry-mpt_issuance)
|
||||
[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_entry-mptissuance)
|
||||
|
||||
## Response Format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user