Skip to content

Documentation / @etherfold/js-processor / EventWithArgs

Type Alias: EventWithArgs<ABI, Property>

EventWithArgs<ABI, Property> = LogEvent<ABI> & object

Defined in: js-processor/src/processor/utils.ts:12

Type Declaration

args

args: InputValues<ExtractAbiEvent<ABI, Property>>

Type Parameters

ABI

ABI extends Abi

Property

Property extends string