9 lines
236 B
Solidity
9 lines
236 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v4.8.0-rc.2) (utils/cryptography/draft-EIP712.sol)
|
|
|
|
pragma solidity ^0.8.0;
|
|
|
|
// EIP-712 is Final as of 2022-08-11. This file is deprecated.
|
|
|
|
import "./EIP712.sol";
|