From 533c8ab9ac9efa7299d5dd5159d9ee7ef44674d7 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Fri, 2 Sep 2022 00:05:48 -0400 Subject: [PATCH] add AMMID as optional param in ammInfo response --- packages/xrpl/src/models/methods/ammInfo.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/xrpl/src/models/methods/ammInfo.ts b/packages/xrpl/src/models/methods/ammInfo.ts index ea36096d..0fb1e60d 100644 --- a/packages/xrpl/src/models/methods/ammInfo.ts +++ b/packages/xrpl/src/models/methods/ammInfo.ts @@ -68,6 +68,11 @@ export interface AMMInfoResponse extends BaseResponse { */ TradingFee: number + /** + * A hash that uniquely identifies the AMM instance. + */ + AMMID?: string + /** * The ledger index of the current in-progress ledger, which was used when * retrieving this information.