@astonic-io/astonic-bindings-ts
Version:
Astonic type generation and npm package deployment repo
51 lines (50 loc) • 1.53 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IPlanqVersionedContract__factory = void 0;
var ethers_1 = require("ethers");
var _abi = [
{
type: "function",
name: "getVersionNumber",
inputs: [],
outputs: [
{
name: "",
type: "uint256",
internalType: "uint256",
},
{
name: "",
type: "uint256",
internalType: "uint256",
},
{
name: "",
type: "uint256",
internalType: "uint256",
},
{
name: "",
type: "uint256",
internalType: "uint256",
},
],
stateMutability: "pure",
},
];
var IPlanqVersionedContract__factory = /** @class */ (function () {
function IPlanqVersionedContract__factory() {
}
IPlanqVersionedContract__factory.createInterface = function () {
return new ethers_1.utils.Interface(_abi);
};
IPlanqVersionedContract__factory.connect = function (address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
};
IPlanqVersionedContract__factory.abi = _abi;
return IPlanqVersionedContract__factory;
}());
exports.IPlanqVersionedContract__factory = IPlanqVersionedContract__factory;