mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-01-19 08:32:19 +00:00
6 lines
128 B
Solidity
6 lines
128 B
Solidity
|
pragma solidity ^0.6.1;
|
||
|
|
||
|
interface IERC165 {
|
||
|
function supportsInterface(bytes4 interfaceId) external view returns (bool);
|
||
|
}
|