Borrower
Functions#
borrow#
Any smart contract that implements this interface can borrow funds from a pool to execute a flash loan
Parameters:#
| Name | Type | Description |
|---|---|---|
sender | address | the address to transfer the tokens to |
amount | uint256 | the amount to borrow |
data | bytes | any arbitrary data needed by the borrower during execution |