mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-07 05:15:48 +00:00
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:
1
content/_snippets/amm-disclaimer.md
Normal file
1
content/_snippets/amm-disclaimer.md
Normal 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._
|
||||
@@ -64,6 +64,7 @@
|
||||
{% set ledger_entries = [
|
||||
"AccountRoot",
|
||||
"Amendments",
|
||||
"AMM",
|
||||
"Check",
|
||||
"DepositPreauth",
|
||||
"DirectoryNode",
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{% set txtypes = [
|
||||
"AccountDelete",
|
||||
"AccountSet",
|
||||
"AMMBid",
|
||||
"AMMDeposit",
|
||||
"AMMCreate",
|
||||
"AMMVote",
|
||||
"AMMWithdraw",
|
||||
"CheckCancel",
|
||||
"CheckCash",
|
||||
"CheckCreate",
|
||||
|
||||
Reference in New Issue
Block a user