Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / IClone__factory

Class: IClone__factory

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.ts:39

Constructors

Constructor

new IClone__factory(): IClone__factory

Returns

IClone__factory

Properties

abi

readonly static abi: readonly [{ inputs: readonly []; name: "AlreadyInitialized"; type: "error"; }, { inputs: readonly []; name: "getAppendedBytes"; outputs: readonly [{ internalType: "bytes"; name: ""; type: "bytes"; }]; stateMutability: "view"; type: "function"; }, { inputs: readonly []; name: "initialize"; outputs: readonly []; stateMutability: "nonpayable"; type: "function"; }] = _abi

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.ts:40

Methods

connect()

static connect(address, runner?): IClone

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.ts:44

Parameters

address

string

runner?

ContractRunner | null

Returns

IClone


createInterface()

static createInterface(): ICloneInterface

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.ts:41

Returns

ICloneInterface