UNPKG

@q-dev/q-js-sdk

Version:

Typescript Library to interact with Q System Contracts

65 lines 1.68 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseRelayRecipient__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "versionRecipient", outputs: [ { internalType: "string", name: "", type: "string", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "trustedForwarder", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [ { internalType: "address", name: "forwarder", type: "address", }, ], name: "isTrustedForwarder", outputs: [ { internalType: "bool", name: "", type: "bool", }, ], stateMutability: "view", type: "function", }, ]; class BaseRelayRecipient__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.BaseRelayRecipient__factory = BaseRelayRecipient__factory; BaseRelayRecipient__factory.abi = _abi; //# sourceMappingURL=BaseRelayRecipient__factory.js.map