Function: parseEvents()
parseEvents(
providerReceivedEvents,abiEvents,abiStructs,abiEnums,parser):ParsedEvents
Defined in: src/utils/events/index.ts:198
Parse raw events and structure them into response object based on a contract structs and defined events
Parameters
providerReceivedEvents
Array of raw events
abiEvents
Events defined in the abi
abiStructs
Structs defined in the abi
abiEnums
Enums defined in the abi