@vocdoni/davinci-contracts
Version:
Smart contracts powering DAVINCI's digital voting protocol
12 lines (11 loc) • 532 B
TypeScript
import { type ContractRunner } from "ethers";
import type { ReentrancyGuard, ReentrancyGuardInterface } from "../../../../@openzeppelin/contracts/utils/ReentrancyGuard";
export declare class ReentrancyGuard__factory {
static readonly abi: readonly [{
readonly inputs: readonly [];
readonly name: "ReentrancyGuardReentrantCall";
readonly type: "error";
}];
static createInterface(): ReentrancyGuardInterface;
static connect(address: string, runner?: ContractRunner | null): ReentrancyGuard;
}