add Available since 4.1 comments
(cherry picked from commit 9a698e6b7b)
This commit is contained in:
@ -5,6 +5,8 @@ pragma solidity ^0.8.0;
|
||||
/**
|
||||
* @dev Interface of the ERC1271 standard signature validation method for
|
||||
* contracts as defined in https://eips.ethereum.org/EIPS/eip-1271[ERC-1271].
|
||||
*
|
||||
* _Available since v4.1._
|
||||
*/
|
||||
interface IERC1271 {
|
||||
/**
|
||||
|
||||
@ -5,6 +5,8 @@ pragma solidity ^0.8.0;
|
||||
/**
|
||||
* @dev Interface of the ERC3156 FlashBorrower, as defined in
|
||||
* https://eips.ethereum.org/EIPS/eip-3156[ERC-3156].
|
||||
*
|
||||
* _Available since v4.1._
|
||||
*/
|
||||
interface IERC3156FlashBorrower {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user