IFlashLoanRecipient.sol
pragma solidity ^0.6.0;
interface IFlashLoanRecipient {
function receiveFlashLoan(bytes calldata data) external;
}
Last updated
Was this helpful?
pragma solidity ^0.6.0;
interface IFlashLoanRecipient {
function receiveFlashLoan(bytes calldata data) external;
}
Last updated
Was this helpful?