UNPKG

@q-dev/q-js-sdk

Version:

Typescript Library to interact with Q System Contracts

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