Interface TypedContractEvent<InputTuple, OutputTuple, OutputObject>

interface TypedContractEvent<InputTuple, OutputTuple, OutputObject> {
    fragment: EventFragment;
    name: string;
    getFragment(...args): EventFragment;
    (...args): TypedDeferredTopicFilter<TypedContractEvent<InputTuple, OutputTuple, OutputObject>>;
}

Type Parameters

  • InputTuple extends any[] = any
  • OutputTuple extends any[] = any
  • OutputObject = any

Properties

Methods

Properties

fragment: EventFragment
name: string

Methods