IERC3156.sol 268 B

1234567
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v5.4.0-rc.0) (interfaces/IERC3156.sol)
  3. pragma solidity >=0.5.0;
  4. import {IERC3156FlashBorrower} from "./IERC3156FlashBorrower.sol";
  5. import {IERC3156FlashLender} from "./IERC3156FlashLender.sol";