UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

38 lines 1.06 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IRootToken__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { type: "function", name: "publicMint", inputs: [ { name: "user", type: "address", internalType: "address", }, { name: "amount", type: "uint256", internalType: "uint256", }, ], outputs: [], stateMutability: "nonpayable", }, ]; class IRootToken__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IRootToken__factory = IRootToken__factory; IRootToken__factory.abi = _abi; //# sourceMappingURL=IRootToken__factory.js.map