BatchAuction.sol
clearBatch(marketId)
clearBatch(marketId)Algorithm
BatchResult Struct
struct BatchResult {
uint256 batchId;
uint8 clearingTick;
uint16 bidFillFractionBps;
uint16 askFillFractionBps;
uint256 totalVolume;
uint256 timestamp;
}Gas Efficiency
Events
Last updated