ArrayGetters

External library for array getters to save bytecode size in facet libraries

getTraders

function getTraders(uint32 _offset, uint32 _limit) public view returns (address[])

Check ITradingStorageUtils interface for documentation

getTrades

function getTrades(address _trader) public view returns (struct ITradingStorage.Trade[])

Check ITradingStorageUtils interface for documentation

getAllTradesForTraders

function getAllTradesForTraders(address[] _traders, uint256 _offset, uint256 _limit) public view returns (struct ITradingStorage.Trade[])

Check ITradingStorageUtils interface for documentation

getAllTrades

function getAllTrades(uint256 _offset, uint256 _limit) external view returns (struct ITradingStorage.Trade[])

Check ITradingStorageUtils interface for documentation

getTradeInfos

Check ITradingStorageUtils interface for documentation

getAllTradeInfosForTraders

Check ITradingStorageUtils interface for documentation

getAllTradeInfos

Check ITradingStorageUtils interface for documentation

getPendingOrders

Check ITradingStorageUtils interface for documentation

getAllPendingOrdersForTraders

Check ITradingStorageUtils interface for documentation

getAllPendingOrders

Check ITradingStorageUtils interface for documentation

getTradesLiquidationParams

Check ITradingStorageUtils interface for documentation

getAllTradesLiquidationParamsForTraders

Check ITradingStorageUtils interface for documentation

getAllTradesLiquidationParams

Check ITradingStorageUtils interface for documentation

getCountersForTraders

Check ITradingStorageUtils interface for documentation

Was this helpful?