@vocdoni/davinci-contracts
Version:
Smart contracts powering DAVINCI's digital voting protocol
26 lines (25 loc) • 996 B
TypeScript
import { type ContractRunner } from "ethers";
import type { ContextUpgradeable, ContextUpgradeableInterface } from "../../../../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable";
export declare class ContextUpgradeable__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(): ContextUpgradeableInterface;
static connect(address: string, runner?: ContractRunner | null): ContextUpgradeable;
}