mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 07:35:52 +00:00
fix EPrice type to be Amount
This commit is contained in:
@@ -49,7 +49,7 @@ export interface AMMDeposit extends BaseTransaction {
|
|||||||
/**
|
/**
|
||||||
* Specifies the maximum effective-price that LPToken can be traded out.
|
* Specifies the maximum effective-price that LPToken can be traded out.
|
||||||
*/
|
*/
|
||||||
EPrice?: number
|
EPrice?: Amount
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ export interface AMMWithdraw extends BaseTransaction {
|
|||||||
* Specifies the effective-price of the token out after successful execution of
|
* Specifies the effective-price of the token out after successful execution of
|
||||||
* the transaction.
|
* the transaction.
|
||||||
*/
|
*/
|
||||||
EPrice?: number
|
EPrice?: Amount
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user