Skip to main content

ICondenser

Git Source

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

NameTypeDescription
auctionOutput_bytesOutput data from an auction
derivativeConfig_bytesConfiguration data for the derivative

Returns

NameTypeDescription
condensedOutputbytesCondensed output data