We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31c29d commit 53bc3e8Copy full SHA for 53bc3e8
packages/xrpl/src/models/methods/ammInfo.ts
@@ -25,6 +25,13 @@ export interface AMMInfoRequest extends BaseRequest {
25
* The other asset of the AMM pool.
26
*/
27
asset2?: Currency
28
+
29
+ /**
30
+ * The address of another account which holds LP Tokens for the requested AMM.
31
+ * If specified, the response includes a field for the amount of the specified
32
+ * account's LP Tokens.
33
+ */
34
+ account?: string
35
}
36
37
/**
0 commit comments