Skip to main content
Version: v2.0_alpha

Minimal Anti Collusion Infrastructure (MACI) v2.0.0-alpha / 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:881


maciPubKey

maciPubKey: string

The public key of the user

Defined in

utils/interfaces.ts:876


quiet?

optional quiet: boolean

Whether to log the output

Defined in

utils/interfaces.ts:891


signer

signer: Signer

A signer object

Defined in

utils/interfaces.ts:871


startBlock?

optional startBlock: number

Start block for event parsing

Defined in

utils/interfaces.ts:886