mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
690 B
690 B
html, parent, blurb
| html | parent | blurb |
|---|---|---|
| modifying-the-ledger.html | protocol-reference.html | Why and how only transactions can modify the ledger. |
Modifying the Ledger
All changes to the XRP Ledger happen as the result of transactions, and all changes apply permanently only if the transactions are approved by the consensus process. No matter what interface you use to access the XRP Ledger, no API method ever change the contents of the XRP Ledger, except by submitting a transaction.
{% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %} {% include '_snippets/rippled_versions.md' %}