Module v1

Source

Structs§

CallToFilter
CallToFilter will match calls where BOTH
CombinedFilter
CombinedFilter is a combination of “LogFilters” and “CallToFilters”
HeaderOnly
HeaderOnly returns only the block’s header and few top-level core information for the block. Useful for cases where no transactions information is required at all.
LogFilter
LogFilter will match calls where BOTH
MultiCallToFilter
MultiCallToFilter concatenates the results of each CallToFilter (inclusive OR)
MultiLogFilter
MultiLogFilter concatenates the results of each LogFilter (inclusive OR)