ufomarketplace-sdk-new
Version:
SDK to interact with set ufo marketplace contracts
33 lines • 934 B
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.Initializable__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
type: "event",
name: "Initialized",
inputs: [
{
name: "version",
type: "uint8",
indexed: false,
internalType: "uint8",
},
],
anonymous: false,
},
];
class Initializable__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.Initializable__factory = Initializable__factory;
Initializable__factory.abi = _abi;
//# sourceMappingURL=Initializable__factory.js.map