Skip to content

Commit 53bc3e8

Browse files
committed
fix(types): Add account to AMMInfoRequest
1 parent d31c29d commit 53bc3e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/xrpl/src/models/methods/ammInfo.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ export interface AMMInfoRequest extends BaseRequest {
2525
* The other asset of the AMM pool.
2626
*/
2727
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
2835
}
2936

3037
/**

0 commit comments

Comments
 (0)