UNPKG

@q-dev/q-js-sdk

Version:

Typescript Library to interact with Q System Contracts

124 lines 2.95 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.GsnEip712Library__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "EIP712DOMAIN_TYPEHASH", outputs: [ { internalType: "bytes32", name: "", type: "bytes32", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "GENERIC_PARAMS", outputs: [ { internalType: "string", name: "", type: "string", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "RELAYDATA_TYPE", outputs: [ { internalType: "bytes", name: "", type: "bytes", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "RELAYDATA_TYPEHASH", outputs: [ { internalType: "bytes32", name: "", type: "bytes32", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "RELAY_REQUEST_NAME", outputs: [ { internalType: "string", name: "", type: "string", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "RELAY_REQUEST_SUFFIX", outputs: [ { internalType: "string", name: "", type: "string", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "RELAY_REQUEST_TYPE", outputs: [ { internalType: "bytes", name: "", type: "bytes", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "RELAY_REQUEST_TYPEHASH", outputs: [ { internalType: "bytes32", name: "", type: "bytes32", }, ], stateMutability: "view", type: "function", }, ]; class GsnEip712Library__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.GsnEip712Library__factory = GsnEip712Library__factory; GsnEip712Library__factory.abi = _abi; //# sourceMappingURL=GsnEip712Library__factory.js.map