@vocdoni/davinci-contracts
Version:
Smart contracts powering DAVINCI's digital voting protocol
18 lines (17 loc) • 690 B
TypeScript
import { type ContractRunner } from "ethers";
import type { IBeacon, IBeaconInterface } from "../../../../../@openzeppelin/contracts/proxy/beacon/IBeacon";
export declare class IBeacon__factory {
static readonly abi: readonly [{
readonly inputs: readonly [];
readonly name: "implementation";
readonly outputs: readonly [{
readonly internalType: "address";
readonly name: "";
readonly type: "address";
}];
readonly stateMutability: "view";
readonly type: "function";
}];
static createInterface(): IBeaconInterface;
static connect(address: string, runner?: ContractRunner | null): IBeacon;
}