DexSwapLimits ​
Inherits:Variables, Structs, DexConstantsViews
Functions ​
getDexLimits ​
get the swap limits for a DEX
solidity
function getDexLimits(address dex_) public view returns (DexLimits memory limits_);
Parameters
Name | Type | Description |
---|---|---|
dex_ | address | The address of the DEX |
Returns
Name | Type | Description |
---|---|---|
limits_ | DexLimits | A struct containing the swap limits for the DEX |