UNPKG

@astonic-io/astonic-bindings-ts

Version:

Astonic type generation and npm package deployment repo

106 lines (105 loc) 2.66 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IPlanqProxy__factory = void 0; var ethers_1 = require("ethers"); var _abi = [ { type: "function", name: "_getImplementation", inputs: [], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "view", }, { type: "function", name: "_getOwner", inputs: [], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "view", }, { type: "function", name: "_setAndInitializeImplementation", inputs: [ { name: "implementation", type: "address", internalType: "address", }, { name: "data", type: "bytes", internalType: "bytes", }, ], outputs: [], stateMutability: "nonpayable", }, { type: "function", name: "_setImplementation", inputs: [ { name: "implementation", type: "address", internalType: "address", }, ], outputs: [], stateMutability: "nonpayable", }, { type: "function", name: "_setOwner", inputs: [ { name: "owner", type: "address", internalType: "address", }, ], outputs: [], stateMutability: "nonpayable", }, { type: "function", name: "_transferOwnership", inputs: [ { name: "newOwner", type: "address", internalType: "address", }, ], outputs: [], stateMutability: "nonpayable", }, ]; var IPlanqProxy__factory = /** @class */ (function () { function IPlanqProxy__factory() { } IPlanqProxy__factory.createInterface = function () { return new ethers_1.utils.Interface(_abi); }; IPlanqProxy__factory.connect = function (address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); }; IPlanqProxy__factory.abi = _abi; return IPlanqProxy__factory; }()); exports.IPlanqProxy__factory = IPlanqProxy__factory;