IMarketSettle.sol
IMarketSettle
Interface for market settlement.
settle
function settle(int16[] feeRates) external
Executes the settlement process for the Chromatic market.
This function is called to settle the market.
Parameters:
Name Type Description feeRates int16[] The feeRate list of liquidity bin to settle.
settleAll
function settleAll() external
Executes the settlement process for the Chromatic market.
This function is called to settle the market.