mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
add AMMID as optional param in ammInfo response
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user