draft-EIP712.sol 236 B

12345678
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v4.8.0-rc.0) (utils/cryptography/draft-EIP712.sol)
  3. pragma solidity ^0.8.0;
  4. // EIP-712 is Final as of 2022-08-11. This file is deprecated.
  5. import "./EIP712.sol";