mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 03:05:49 +00:00
Restore previous AMM docs
This commit is contained in:
@@ -194,25 +194,25 @@ Request('ledger_entry - AccountRoot', {
|
||||
}
|
||||
})
|
||||
|
||||
// Request('ledger_entry - AMM', {
|
||||
// description: "Returns a single Automated Market Maker object in its raw ledger format.",
|
||||
// link: "ledger_entry.html#get-amm-object",
|
||||
// status: "not_enabled",
|
||||
// body: {
|
||||
// "id": "example_get_amm",
|
||||
// "command": "ledger_entry",
|
||||
// "amm": {
|
||||
// "asset": {
|
||||
// "currency": "XRP"
|
||||
// },
|
||||
// "asset2": {
|
||||
// "currency" : "TST",
|
||||
// "issuer" : "rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd"
|
||||
// }
|
||||
// },
|
||||
// "ledger_index": "validated"
|
||||
// }
|
||||
// })
|
||||
Request('ledger_entry - AMM', {
|
||||
description: "Returns a single Automated Market Maker object in its raw ledger format.",
|
||||
link: "ledger_entry.html#get-amm-object",
|
||||
status: "not_enabled",
|
||||
body: {
|
||||
"id": "example_get_amm",
|
||||
"command": "ledger_entry",
|
||||
"amm": {
|
||||
"asset": {
|
||||
"currency": "XRP"
|
||||
},
|
||||
"asset2": {
|
||||
"currency" : "TST",
|
||||
"issuer" : "rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd"
|
||||
}
|
||||
},
|
||||
"ledger_index": "validated"
|
||||
}
|
||||
})
|
||||
|
||||
Request('ledger_entry - DirectoryNode', {
|
||||
description: "Returns a directory object in its raw ledger format.",
|
||||
|
||||
Reference in New Issue
Block a user