PublishArgs
Interface for the arguments to the publish command
Hierarchy
-
↳
PublishArgs
Table of contents
Properties
- maciAddress
- newVoteWeight
- nonce
- pollId
- privateKey
- pubkey
- quiet
- salt
- signer
- stateIndex
- voteOptionIndex
Properties
maciAddress
• maciAddress: string
The address of the MACI contract
Defined in
utils/interfaces.ts:669
newVoteWeight
• newVoteWeight: bigint
The new vote weight
Inherited from
Defined in
utils/interfaces.ts:749
nonce
• nonce: bigint
The nonce of the message
Inherited from
Defined in
utils/interfaces.ts:744
pollId
• pollId: bigint
The id of the poll
Defined in
utils/interfaces.ts:674
privateKey
• privateKey: string
The private key of the user
Defined in
utils/interfaces.ts:664
pubkey
• pubkey: string
The public key of the user
Defined in
utils/interfaces.ts:659
quiet
• Optional
quiet: boolean
Whether to log the output
Defined in
utils/interfaces.ts:684
salt
• Optional
salt: bigint
The salt of the message
Inherited from
Defined in
utils/interfaces.ts:754
signer
• signer: Signer
A signer object
Defined in
utils/interfaces.ts:679
stateIndex
• stateIndex: bigint
The index of the state leaf
Inherited from
Defined in
utils/interfaces.ts:734
voteOptionIndex
• voteOptionIndex: bigint
The index of the vote option
Inherited from
IPublishMessage.voteOptionIndex
Defined in
utils/interfaces.ts:739