Skip to main content
Version: v2.x

Minimal Anti Collusion Infrastructure (MACI) v2.4.0 / IRegisteredUserArgs

Interface: IRegisteredUserArgs

Interface for the arguments to the register check command

Properties

maciAddress

maciAddress: string

The address of the MACI contract

Defined in

utils/interfaces.ts:876


maciPubKey

maciPubKey: string

The public key of the user

Defined in

utils/interfaces.ts:871


quiet?

optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:886


signer

signer: Signer

A signer object

Defined in

utils/interfaces.ts:866


startBlock?

optional startBlock: number

Start block for event parsing

Defined in

utils/interfaces.ts:881