Files
xrpl-dev-portal/content/references/protocol-reference/modifying-the-ledger.md
2021-04-30 17:46:04 -07:00

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' %}