mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-29 16:15:48 +00:00
Interlinking: add missed concepts pages, etc.
This commit is contained in:
@@ -189,6 +189,29 @@ Example response from the `tx` command:
|
||||
}
|
||||
```
|
||||
|
||||
## See Also
|
||||
|
||||
|
||||
- **Concepts:**
|
||||
- [Payment Types](payment-types.html)
|
||||
- [Consensus Network](consensus-network.html)
|
||||
- **Tutorials:**
|
||||
- [Set Up Secure Signing](set-up-secure-signing.html)
|
||||
- [Send XRP](send-xrp.html)
|
||||
- [Look Up Transaction Results](look-up-transaction-results.html)
|
||||
- [Monitor Incoming Payments with WebSocket](monitor-incoming-payments-with-websocket.html)
|
||||
- [Cancel or Skip a Transaction](cancel-or-skip-a-transaction.html)
|
||||
- [Reliable Transaction Submission](reliable-transaction-submission.html)
|
||||
- **References:**
|
||||
- [Transaction Common Fields](transaction-common-fields.html)
|
||||
- [Transaction Types](transaction-types.html)
|
||||
- [Transaction Metadata](transaction-metadata.html)
|
||||
- [account_tx method][]
|
||||
- [tx method][]
|
||||
- [submit method][]
|
||||
- [submit_multisigned method][]
|
||||
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
{% include '_snippets/rippled-api-links.md' %}
|
||||
{% include '_snippets/tx-type-links.md' %}
|
||||
|
||||
@@ -151,6 +151,21 @@ When the [FeeEscalation amendment][] is enabled, `rippled` prioritizes key reset
|
||||
|
||||
The XRP Ledger has a mechanism for changing the minimum transaction cost to account for long-term changes in the value of XRP. Any changes have to be approved by the consensus process. See [Fee Voting](fee-voting.html) for more information.
|
||||
|
||||
|
||||
## See Also
|
||||
|
||||
- **Concepts:**
|
||||
- [Reserves](reserves.html)
|
||||
- [Fee Voting](fee-voting.html)
|
||||
- [Transaction Queue](transaction-queue.html)
|
||||
- **Tutorials:**
|
||||
- [Reliable Transaction Submission](reliable-transaction-submission.html)
|
||||
- **References:**
|
||||
- [fee method][]
|
||||
- [server_info method][]
|
||||
- [FeeSettings object](feesettings.html)
|
||||
- [SetFee pseudo-transaction][]
|
||||
|
||||
<!--{# common link defs #}-->
|
||||
{% include '_snippets/rippled-api-links.md' %}
|
||||
{% include '_snippets/tx-type-links.md' %}
|
||||
|
||||
Reference in New Issue
Block a user