AMM reference docs

AMM object: some clarifications

AMM references: incomplete draft

AMM updates

AMM: add AMMBid, clarify more stuff

Docs for AMMBid transaction

AMM: more work on error codes

AMM: example transactions, related upates

Fix broken links

AMM: reflect naming updates

more AMMBid edits

Add amm_info API method

Add style for AMM label

AMM: more clarifications on tx, accounts

AMM references: Clean up draft

amm_info: reflect code updates

AMM: updates for the latest changes

AMM: update flags for Deposit/Withdraw

AMM: update JSON examples for latest code

Serialization: add STIssue type

STIssue: clarify definition with commas
This commit is contained in:
mDuo13
2022-09-09 17:15:36 -07:00
parent 49a7a45c6a
commit 08bbcc4dd7
25 changed files with 1117 additions and 21 deletions

View File

@@ -0,0 +1 @@
_Automated Market Maker (AMM) functionality is part of the proposed [XLS-30d](https://github.com/XRPLF/XRPL-Standards/discussions/78) extension :not_enabled: to the XRP Ledger protocol. You can use these functions on AMM test networks, but there is not yet an official amendment and they are not yet available on the production Mainnet. Until there is an amendment, the details documented on these pages are subject to change._

View File

@@ -64,6 +64,7 @@
{% set ledger_entries = [
"AccountRoot",
"Amendments",
"AMM",
"Check",
"DepositPreauth",
"DirectoryNode",

View File

@@ -1,6 +1,11 @@
{% set txtypes = [
"AccountDelete",
"AccountSet",
"AMMBid",
"AMMDeposit",
"AMMCreate",
"AMMVote",
"AMMWithdraw",
"CheckCancel",
"CheckCash",
"CheckCreate",