mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Part of IA and Redocly migration work. Create simple .md files to represent the automatic index pages that previously only existed in the dactyl-config.yml file. (The code used to do this is also part of the commit but is, hopefully, no longer needed.)
7 lines
368 B
Markdown
7 lines
368 B
Markdown
---
|
|
html: transaction-methods.html # watch for clashes w/ this filename
|
|
parent: public-api-methods.html
|
|
template: pagetype-category.html.jinja
|
|
---
|
|
# Transaction Methods
|
|
Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions. |