Type parameter | Value |
---|---|
A extends any [] | any [] |
Parameter | Type | Description |
---|---|---|
…args | ContractEventArgs <A > | The arguments to create the filter with. |
DeferredTopicFilter
The deferred topic filter.
Property | Type | Description |
---|---|---|
fragment | EventFragment | The fragment of the Contract event. This will throw on ambiguous method names. |
name | string | The name of the Contract event. |
args
. This can be used to resolve ambiguous event names.
Parameter | Type | Description |
---|---|---|
…args | ContractEventArgs <A > | The arguments to constrain the fragment by. |
EventFragment
The constrained fragment.