UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

75 lines 1.98 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.EIP712SuperGalaticFactory__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { type: "function", name: "backendSigner", inputs: [], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "view", }, { type: "function", name: "concatSignature", inputs: [ { name: "v", type: "uint8", internalType: "uint8", }, { name: "r", type: "bytes32", internalType: "bytes32", }, { name: "s", type: "bytes32", internalType: "bytes32", }, ], outputs: [ { name: "", type: "bytes", internalType: "bytes", }, ], stateMutability: "pure", }, { type: "function", name: "setBackendSigner", inputs: [ { name: "_bkSigner", type: "address", internalType: "address", }, ], outputs: [], stateMutability: "nonpayable", }, ]; class EIP712SuperGalaticFactory__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.EIP712SuperGalaticFactory__factory = EIP712SuperGalaticFactory__factory; EIP712SuperGalaticFactory__factory.abi = _abi; //# sourceMappingURL=EIP712SuperGalaticFactory__factory.js.map