Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
8 lines
268 B
Solidity
8 lines
268 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (interfaces/IERC3156.sol)
|
|
|
|
pragma solidity >=0.5.0;
|
|
|
|
import {IERC3156FlashBorrower} from "./IERC3156FlashBorrower.sol";
|
|
import {IERC3156FlashLender} from "./IERC3156FlashLender.sol";
|