UNPKG

ufomarketplace-sdk

Version:

SDK to interact with set ufo marketplace contracts

35 lines 1.03 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ISuperGalaticFactory__factory = void 0; const ethers_1 = require("ethers"); class ISuperGalaticFactory__factory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ISuperGalaticFactory__factory = ISuperGalaticFactory__factory; const _abi = [ { inputs: [ { internalType: "address", name: "_nftAddress", type: "address", }, ], name: "isSuperGalaticNFTContract", outputs: [ { internalType: "bool", name: "", type: "bool", }, ], stateMutability: "view", type: "function", }, ]; //# sourceMappingURL=ISuperGalaticFactory__factory.js.map