Contract
ContractEvent
A Contract event on a Contract.
Type parameters
Type parameter | Value |
---|---|
A extends any [] | any [] |
Create a deferred topic filter for the event.
Parameters
Parameter | Type | Description |
---|---|---|
…args | ContractEventArgs <A > | The arguments to create the filter with. |
Returns
The deferred topic filter.
Source
Properties
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. |
Methods
getFragment()
Returns the fragment constrained by args
. This can be used to resolve ambiguous event names.
Parameters
Parameter | Type | Description |
---|---|---|
…args | ContractEventArgs <A > | The arguments to constrain the fragment by. |
Returns
The constrained fragment.
Source
Was this page helpful?