@vocdoni/davinci-contracts
Version:
Smart contracts powering DAVINCI's digital voting protocol
26 lines (25 loc) • 975 B
TypeScript
import { type ContractRunner } from "ethers";
import type { Initializable, InitializableInterface } from "../../../../../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable";
export declare class Initializable__factory {
static readonly abi: readonly [{
readonly inputs: readonly [];
readonly name: "InvalidInitialization";
readonly type: "error";
}, {
readonly inputs: readonly [];
readonly name: "NotInitializing";
readonly type: "error";
}, {
readonly anonymous: false;
readonly inputs: readonly [{
readonly indexed: false;
readonly internalType: "uint64";
readonly name: "version";
readonly type: "uint64";
}];
readonly name: "Initialized";
readonly type: "event";
}];
static createInterface(): InitializableInterface;
static connect(address: string, runner?: ContractRunner | null): Initializable;
}