ICondenser
Interface for Condenser functionality
Condensers are used to modify auction output data into a format that can be understood by a derivative
Functions
condense
Condense auction output data into a format that can be understood by a derivative
function condense(
bytes memory auctionOutput_,
bytes memory derivativeConfig_
) external pure returns (bytes memory condensedOutput);
Parameters
Name | Type | Description |
---|---|---|
auctionOutput_ | bytes | Output data from an auction |
derivativeConfig_ | bytes | Configuration data for the derivative |
Returns
Name | Type | Description |
---|---|---|
condensedOutput | bytes | Condensed output data |