Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / IDeployCloneArgs

Interface: IDeployCloneArgs<T>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@excubiae/contracts/build/ts/types.d.ts:13

Interface that represents deploy clone arguments

Type Parameters

T

T = unknown

Properties

args

args: T[]

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@excubiae/contracts/build/ts/types.d.ts:17

Arguments for clone initialization


factory

factory: ContractFactory

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@excubiae/contracts/build/ts/types.d.ts:21

Proxied contract factory


proxyFactory

proxyFactory: IFactoryLike<T[]>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@excubiae/contracts/build/ts/types.d.ts:25

Proxy contract factory


signer

signer: Signer

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@excubiae/contracts/build/ts/types.d.ts:29

Ethereum signer