Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
8 lines
248 B
Solidity
8 lines
248 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts v4.4.1 (interfaces/IERC3156.sol)
|
|
|
|
pragma solidity ^0.8.19;
|
|
|
|
import {IERC3156FlashBorrower} from "./IERC3156FlashBorrower.sol";
|
|
import {IERC3156FlashLender} from "./IERC3156FlashLender.sol";
|