@q-dev/gdk-sdk
Version:
Typescript Library to interact with GDK Contracts
65 lines • 1.68 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IDAOMetadata__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "address",
name: "daoAddress",
type: "address",
},
{
indexed: false,
internalType: "string",
name: "daoURI",
type: "string",
},
],
name: "DAOURIUpdate",
type: "event",
},
{
inputs: [],
name: "daoURI",
outputs: [
{
internalType: "string",
name: "_daoURI",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "string",
name: "daoURI_",
type: "string",
},
],
name: "setDAOMetadata",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
class IDAOMetadata__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IDAOMetadata__factory = IDAOMetadata__factory;
IDAOMetadata__factory.abi = _abi;
//# sourceMappingURL=IDAOMetadata__factory.js.map