UNPKG

@q-dev/gdk-sdk

Version:

Typescript Library to interact with GDK Contracts

69 lines 1.9 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.EIP712Upgradeable__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { anonymous: false, inputs: [], name: "EIP712DomainChanged", type: "event", }, { inputs: [], name: "eip712Domain", outputs: [ { internalType: "bytes1", name: "fields", type: "bytes1", }, { internalType: "string", name: "name", type: "string", }, { internalType: "string", name: "version", type: "string", }, { internalType: "uint256", name: "chainId", type: "uint256", }, { internalType: "address", name: "verifyingContract", type: "address", }, { internalType: "bytes32", name: "salt", type: "bytes32", }, { internalType: "uint256[]", name: "extensions", type: "uint256[]", }, ], stateMutability: "view", type: "function", }, ]; class EIP712Upgradeable__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.EIP712Upgradeable__factory = EIP712Upgradeable__factory; EIP712Upgradeable__factory.abi = _abi; //# sourceMappingURL=EIP712Upgradeable__factory.js.map