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.