Skip to content

DexSwapLimits ​

Git Source

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

NameTypeDescription
dex_addressThe address of the DEX

Returns

NameTypeDescription
limits_DexLimitsA struct containing the swap limits for the DEX