Type alias GetFilterChangesParameters<TFilterType, TAbi, TEventName, TStrict, TFromBlock, TToBlock>

GetFilterChangesParameters<TFilterType, TAbi, TEventName, TStrict, TFromBlock, TToBlock>: {
    filter: Filter<TFilterType, TAbi, TEventName, any, TStrict, TFromBlock, TToBlock>;
}

Type Parameters

  • TFilterType extends FilterType = FilterType
  • TAbi extends Abi | readonly unknown[] | undefined = undefined
  • TEventName extends string | undefined = undefined
  • TStrict extends boolean | undefined = undefined
  • TFromBlock extends BlockNumber | BlockTag | undefined = undefined
  • TToBlock extends BlockNumber | BlockTag | undefined = undefined

Type declaration