Interface specifying flash liquidation callback contract.
function execute(bytes data) externalFunction to be executed during a flash liquidation.
This function is called by the lending pool. This contains any logic such as swap liquidated collateral tokens for asset tokens and return asset tokens to pool.
| Name | Type | Description |
|---|---|---|
| data | bytes | encoded data parameter containing all information required by the function call. |