add AMMID as optional param in ammInfo response

This commit is contained in:
Omar Khan
2022-09-02 00:05:48 -04:00
parent a174d09489
commit 533c8ab9ac

View File

@@ -68,6 +68,11 @@ export interface AMMInfoResponse extends BaseResponse {
*/ */
TradingFee: number 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 * The ledger index of the current in-progress ledger, which was used when
* retrieving this information. * retrieving this information.