Skip to content

Documentation / @etherfold/js-processor / LogEvent

Type Alias: LogEvent<ABI, Extra>

LogEvent<ABI, Extra> = ParsedLogEvent<ABI, Extra> | LogEventWithParsingFailure<Extra>

Defined in: core/dist/types.d.ts:25

Type Parameters

ABI

ABI extends Abi

Extra

Extra extends JSONObject | undefined = undefined