Minimal Anti Collusion Infrastructure (MACI) / VerifyingKeysRegistry
Interface: VerifyingKeysRegistry
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:454
Extends
BaseContract
Properties
[internal]
readonly
[internal]:any
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:46
@_ignore:
Inherited from
BaseContract.[internal]
fallback
readonly
fallback:null
|WrappedFallback
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:50
The fallback or receive function if any.
Inherited from
BaseContract.fallback
filters
filters:
object
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:966
All the Events available on this contract.
OwnershipTransferred
OwnershipTransferred:
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
OwnershipTransferred(address,address)
OwnershipTransferred(address,address):
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
PollJoinedVerifyingKeySet
PollJoinedVerifyingKeySet:
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
PollJoinedVerifyingKeySet(uint256)
PollJoinedVerifyingKeySet(uint256):
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
PollJoiningVerifyingKeySet
PollJoiningVerifyingKeySet:
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
PollJoiningVerifyingKeySet(uint256)
PollJoiningVerifyingKeySet(uint256):
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
ProcessVerifyingKeySet
ProcessVerifyingKeySet:
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
ProcessVerifyingKeySet(uint256,uint8)
ProcessVerifyingKeySet(uint256,uint8):
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
TallyVerifyingKeySet
TallyVerifyingKeySet:
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
TallyVerifyingKeySet(uint256,uint8)
TallyVerifyingKeySet(uint256,uint8):
TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
Overrides
BaseContract.filters
generatePollJoinedVerifyingKeySignature
generatePollJoinedVerifyingKeySignature:
TypedContractMethod
<[BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:499
generatePollJoiningVerifyingKeySignature
generatePollJoiningVerifyingKeySignature:
TypedContractMethod
<[BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:505
generateProcessVerifyingKeySignature
generateProcessVerifyingKeySignature:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:511
generateTallyVerifyingKeySignature
generateTallyVerifyingKeySignature:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:521
getPollJoinedVerifyingKey
getPollJoinedVerifyingKey:
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:531
getPollJoinedVerifyingKeyBySignature
getPollJoinedVerifyingKeyBySignature:
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:537
getPollJoiningVerifyingKey
getPollJoiningVerifyingKey:
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:543
getPollJoiningVerifyingKeyBySignature
getPollJoiningVerifyingKeyBySignature:
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:549
getProcessVerifyingKey
getProcessVerifyingKey:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:555
getProcessVerifyingKeyBySignature
getProcessVerifyingKeyBySignature:
TypedContractMethod
<[BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:566
getTallyVerifyingKey
getTallyVerifyingKey:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:572
getTallyVerifyingKeyBySignature
getTallyVerifyingKeyBySignature:
TypedContractMethod
<[BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:583
hasProcessVerifyingKey
hasProcessVerifyingKey:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:589
hasTallyVerifyingKey
hasTallyVerifyingKey:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:600
interface
interface:
VerifyingKeysRegistryInterface
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:458
The contract Interface.
Overrides
BaseContract.interface
isPollJoinedVerifyingKeySet
isPollJoinedVerifyingKeySet:
TypedContractMethod
<[BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:611
isPollJoiningVerifyingKeySet
isPollJoiningVerifyingKeySet:
TypedContractMethod
<[BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:617
isProcessVerifyingKeySet
isProcessVerifyingKeySet:
TypedContractMethod
<[BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:623
isTallyVerifyingKeySet
isTallyVerifyingKeySet:
TypedContractMethod
<[BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:629
MESSAGE_DATA_LENGTH
MESSAGE_DATA_LENGTH:
TypedContractMethod
<[], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:497
owner
owner:
TypedContractMethod
<[], [string
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:635
renounceOwnership
renounceOwnership:
TypedContractMethod
<[], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:637
runner
readonly
runner:null
|ContractRunner
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:38
The connected runner. This is generally a [[Provider]] or a [[Signer]], which dictates what operations are supported.
For example, a Contract connected to a [[Provider]] may only execute read-only operations.
Inherited from
BaseContract.runner
setPollJoinedVerifyingKeyKey
setPollJoinedVerifyingKeyKey:
TypedContractMethod
<[BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:639
setPollJoiningVerifyingKeyKey
setPollJoiningVerifyingKeyKey:
TypedContractMethod
<[BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:648
setProcessVerifyingKeyKey
setProcessVerifyingKeyKey:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:657
setTallyVerifyingKeyKey
setTallyVerifyingKeyKey:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:669
setVerifyingKeys
setVerifyingKeys:
TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,VerifyingKeyStruct
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:681
setVerifyingKeysBatch
setVerifyingKeysBatch:
TypedContractMethod
<[SetVerifyingKeysBatchArgsStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:695
target
readonly
target:string
|Addressable
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:26
The target to connect to.
This can be an address, ENS name or any [[Addressable]], such as
another contract. To get the resovled address, use the getAddress
method.
Inherited from
BaseContract.target
transferOwnership
transferOwnership:
TypedContractMethod
<[AddressLike
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:701
Methods
addListener()
addListener(
event
,listener
):Promise
<VerifyingKeysRegistry
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:147
Alias for [on].
Parameters
event
ContractEventName
listener
Listener
Returns
Promise
<VerifyingKeysRegistry
>
Inherited from
BaseContract.addListener
attach()
attach(
target
):BaseContract
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:66
Return a new Contract instance with the same ABI and runner, but a different %%target%%.
Parameters
target
string
| Addressable
Returns
BaseContract
Inherited from
BaseContract.attach
connect()
connect(
runner?
):VerifyingKeysRegistry
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:455
Return a new Contract instance with the same target and ABI, but a different %%runner%%.
Parameters
runner?
null
| ContractRunner
Returns
VerifyingKeysRegistry
Overrides
BaseContract.connect
deploymentTransaction()
deploymentTransaction():
null
|ContractTransactionResponse
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:86
Return the transaction used to deploy this contract.
This is only available if this instance was returned from a [[ContractFactory]].
Returns
null
| ContractTransactionResponse
Inherited from
BaseContract.deploymentTransaction
emit()
emit(
event
, ...args
):Promise
<boolean
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:123
Emit an %%event%% calling all listeners with %%args%%.
Resolves to true
if any listeners were called.
Parameters
event
ContractEventName
args
...any
[]
Returns
Promise
<boolean
>
Inherited from
BaseContract.emit
getAddress()
getAddress():
Promise
<string
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:70
Return the resolved address of this Contract.
Returns
Promise
<string
>
Inherited from
BaseContract.getAddress
getDeployedCode()
getDeployedCode():
Promise
<null
|string
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:74
Return the deployed bytecode or null if no bytecode is found.
Returns
Promise
<null
| string
>
Inherited from
BaseContract.getDeployedCode
getEvent()
Call Signature
getEvent(
key
):TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:930
Return the event for a given name. This is useful when a contract
event name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
key
"OwnershipTransferred"
Returns
TypedContractEvent
<InputTuple
, OutputTuple
, OutputObject
>
Overrides
BaseContract.getEvent
Call Signature
getEvent(
key
):TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:937
Return the event for a given name. This is useful when a contract
event name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
key
"PollJoinedVerifyingKeySet"
Returns
TypedContractEvent
<InputTuple
, OutputTuple
, OutputObject
>
Overrides
BaseContract.getEvent
Call Signature
getEvent(
key
):TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:944
Return the event for a given name. This is useful when a contract
event name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
key
"PollJoiningVerifyingKeySet"
Returns
TypedContractEvent
<InputTuple
, OutputTuple
, OutputObject
>
Overrides
BaseContract.getEvent
Call Signature
getEvent(
key
):TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:951
Return the event for a given name. This is useful when a contract
event name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
key
"ProcessVerifyingKeySet"
Returns
TypedContractEvent
<InputTuple
, OutputTuple
, OutputObject
>
Overrides
BaseContract.getEvent
Call Signature
getEvent(
key
):TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:958
Return the event for a given name. This is useful when a contract
event name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
key
"TallyVerifyingKeySet"
Returns
TypedContractEvent
<InputTuple
, OutputTuple
, OutputObject
>
Overrides
BaseContract.getEvent
getFunction()
Call Signature
getFunction<
T
>(key
):T
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:707
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Type Parameters
T
T
extends ContractMethod
<any
[], any
, any
> = ContractMethod
<any
[], any
, any
>
Parameters
key
string
| FunctionFragment
Returns
T
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:711
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"MESSAGE_DATA_LENGTH"
Returns
TypedContractMethod
<[], [bigint
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:714
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"generatePollJoinedVerifyingKeySignature"
Returns
TypedContractMethod
<[BigNumberish
], [bigint
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:717
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"generatePollJoiningVerifyingKeySignature"
Returns
TypedContractMethod
<[BigNumberish
], [bigint
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:720
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"generateProcessVerifyingKeySignature"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
], [bigint
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
], [bigint
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:731
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"generateTallyVerifyingKeySignature"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
], [bigint
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:742
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getPollJoinedVerifyingKey"
Returns
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:749
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getPollJoinedVerifyingKeyBySignature"
Returns
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:756
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getPollJoiningVerifyingKey"
Returns
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:763
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getPollJoiningVerifyingKeyBySignature"
Returns
TypedContractMethod
<[BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:770
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getProcessVerifyingKey"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:782
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getProcessVerifyingKeyBySignature"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:789
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getTallyVerifyingKey"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
], [VerifyingKeyStructOutput
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:801
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"getTallyVerifyingKeyBySignature"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
], [VerifyingKeyStructOutput
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:808
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"hasProcessVerifyingKey"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
], [boolean
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:820
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"hasTallyVerifyingKey"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
], [boolean
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:832
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"isPollJoinedVerifyingKeySet"
Returns
TypedContractMethod
<[BigNumberish
], [boolean
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:835
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"isPollJoiningVerifyingKeySet"
Returns
TypedContractMethod
<[BigNumberish
], [boolean
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:838
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"isProcessVerifyingKeySet"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
], [boolean
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
], [boolean
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:845
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"isTallyVerifyingKeySet"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
], [boolean
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[], [string
],"view"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:852
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"owner"
Returns
TypedContractMethod
<[], [string
], "view"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:855
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"renounceOwnership"
Returns
TypedContractMethod
<[], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:858
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"setPollJoinedVerifyingKeyKey"
Returns
TypedContractMethod
<[BigNumberish
, VerifyingKeyStruct
], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:868
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"setPollJoiningVerifyingKeyKey"
Returns
TypedContractMethod
<[BigNumberish
, VerifyingKeyStruct
], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:878
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"setProcessVerifyingKeyKey"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
, VerifyingKeyStruct
], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:891
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"setTallyVerifyingKeyKey"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
, VerifyingKeyStruct
], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,BigNumberish
,VerifyingKeyStruct
,VerifyingKeyStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:904
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"setVerifyingKeys"
Returns
TypedContractMethod
<[BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
, BigNumberish
, VerifyingKeyStruct
, VerifyingKeyStruct
], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[SetVerifyingKeysBatchArgsStruct
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:919
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"setVerifyingKeysBatch"
Returns
TypedContractMethod
<[SetVerifyingKeysBatchArgsStruct
], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
Call Signature
getFunction(
nameOrSignature
):TypedContractMethod
<[AddressLike
], [void
],"nonpayable"
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:926
Return the function for a given name. This is useful when a contract
method name conflicts with a JavaScript name such as prototype
or
when using a Contract programatically.
Parameters
nameOrSignature
"transferOwnership"
Returns
TypedContractMethod
<[AddressLike
], [void
], "nonpayable"
>
Overrides
BaseContract.getFunction
listenerCount()
listenerCount(
event?
):Promise
<number
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:128
Resolves to the number of listeners of %%event%% or the total number of listeners if unspecified.
Parameters
event?
ContractEventName
Returns
Promise
<number
>
Inherited from
BaseContract.listenerCount
listeners()
Call Signature
listeners<
TCEvent
>(event
):Promise
<TypedListener
<TCEvent
>[]>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:489
Resolves to the listeners subscribed to %%event%% or all listeners if unspecified.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
event
TCEvent
Returns
Promise
<TypedListener
<TCEvent
>[]>
Overrides
BaseContract.listeners
Call Signature
listeners(
eventName?
):Promise
<Listener
[]>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:492
Resolves to the listeners subscribed to %%event%% or all listeners if unspecified.
Parameters
eventName?
string
Returns
Promise
<Listener
[]>
Overrides
BaseContract.listeners
off()
off(
event
,listener?
):Promise
<VerifyingKeysRegistry
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:138
Remove the %%listener%% from the listeners for %%event%% or remove all listeners if unspecified.
Parameters
event
ContractEventName
listener?
Listener
Returns
Promise
<VerifyingKeysRegistry
>
Inherited from
BaseContract.off
on()
Call Signature
on<
TCEvent
>(event
,listener
):Promise
<VerifyingKeysRegistry
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:471
Add an event %%listener%% for the %%event%%.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
event
TCEvent
listener
TypedListener
<TCEvent
>
Returns
Promise
<VerifyingKeysRegistry
>
Overrides
BaseContract.on
Call Signature
on<
TCEvent
>(filter
,listener
):Promise
<VerifyingKeysRegistry
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:475
Add an event %%listener%% for the %%event%%.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
filter
TypedDeferredTopicFilter
<TCEvent
>
listener
TypedListener
<TCEvent
>
Returns
Promise
<VerifyingKeysRegistry
>
Overrides
BaseContract.on
once()
Call Signature
once<
TCEvent
>(event
,listener
):Promise
<VerifyingKeysRegistry
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:480
Add an event %%listener%% for the %%event%%, but remove the listener after it is fired once.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
event
TCEvent
listener
TypedListener
<TCEvent
>
Returns
Promise
<VerifyingKeysRegistry
>
Overrides
BaseContract.once
Call Signature
once<
TCEvent
>(filter
,listener
):Promise
<VerifyingKeysRegistry
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:484
Add an event %%listener%% for the %%event%%, but remove the listener after it is fired once.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
filter
TypedDeferredTopicFilter
<TCEvent
>
listener
TypedListener
<TCEvent
>
Returns
Promise
<VerifyingKeysRegistry
>
Overrides
BaseContract.once
queryFilter()
Call Signature
queryFilter<
TCEvent
>(event
,fromBlockOrBlockhash?
,toBlock?
):Promise
<TypedEventLog
<TCEvent
>[]>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:460
Provide historic access to event data for %%event%% in the range
%%fromBlock%% (default: 0
) to %%toBlock%% (default: "latest"
)
inclusive.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
event
TCEvent
fromBlockOrBlockhash?
string
| number
toBlock?
string
| number
Returns
Promise
<TypedEventLog
<TCEvent
>[]>
Overrides
BaseContract.queryFilter
Call Signature
queryFilter<
TCEvent
>(filter
,fromBlockOrBlockhash?
,toBlock?
):Promise
<TypedEventLog
<TCEvent
>[]>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:465
Provide historic access to event data for %%event%% in the range
%%fromBlock%% (default: 0
) to %%toBlock%% (default: "latest"
)
inclusive.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
filter
TypedDeferredTopicFilter
<TCEvent
>
fromBlockOrBlockhash?
string
| number
toBlock?
string
| number
Returns
Promise
<TypedEventLog
<TCEvent
>[]>
Overrides
BaseContract.queryFilter
queryTransaction()
queryTransaction(
hash
):Promise
<EventLog
[]>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:102
@_ignore:
Parameters
hash
string
Returns
Promise
<EventLog
[]>
Inherited from
BaseContract.queryTransaction
removeAllListeners()
removeAllListeners<
TCEvent
>(event?
):Promise
<VerifyingKeysRegistry
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:493
Remove all the listeners for %%event%% or remove all listeners if unspecified.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
event?
TCEvent
Returns
Promise
<VerifyingKeysRegistry
>
Overrides
BaseContract.removeAllListeners
removeListener()
removeListener(
event
,listener
):Promise
<VerifyingKeysRegistry
>
Defined in: node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/contract/contract.d.ts:151
Alias for [off].
Parameters
event
ContractEventName
listener
Listener
Returns
Promise
<VerifyingKeysRegistry
>
Inherited from
BaseContract.removeListener
waitForDeployment()
waitForDeployment():
Promise
<VerifyingKeysRegistry
>
Defined in: packages/contracts/typechain-types/contracts/VerifyingKeysRegistry.ts:456
Resolve to this Contract once the bytecode has been deployed, or resolve immediately if already deployed.
Returns
Promise
<VerifyingKeysRegistry
>
Overrides
BaseContract.waitForDeployment