mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-01-14 22:24:21 +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);
|
|
}
|