EventActionCreator<THumanReadableAbi
, TBytecode
, TDeployedBytecode
, TAddress
, TAddressArgs
>: { [TEventName in ExtractAbiEventNames<ParseAbi<THumanReadableAbi>>]: Function & Object & TAddressArgs }
A mapping of event names to action creators for events. Can be used to create event filters in a typesafe way
Example