@astonic-io/astonic-bindings-ts
Version:
Astonic type generation and npm package deployment repo
31 lines (30 loc) • 1.17 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IPlanqVersionedContract, IPlanqVersionedContractInterface } from "../IPlanqVersionedContract";
export declare class IPlanqVersionedContract__factory {
static readonly abi: readonly [{
readonly type: "function";
readonly name: "getVersionNumber";
readonly inputs: readonly [];
readonly outputs: readonly [{
readonly name: "";
readonly type: "uint256";
readonly internalType: "uint256";
}, {
readonly name: "";
readonly type: "uint256";
readonly internalType: "uint256";
}, {
readonly name: "";
readonly type: "uint256";
readonly internalType: "uint256";
}, {
readonly name: "";
readonly type: "uint256";
readonly internalType: "uint256";
}];
readonly stateMutability: "pure";
}];
static createInterface(): IPlanqVersionedContractInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IPlanqVersionedContract;
}