action_dispatch macro crates a struct that automatically dispatches
the given trace information to the proper action classifier. its invoked as
the following:
the action impl macro deals with automatically parsing the data needed for
underlying actions. The use is as followed
Eth Curve Pool Discovery
discovery dispatch macro creates a struct that automatically dispatches
possible CREATE traces to the proper discovery classifier
the discovery impl macro deals with automatically parsing the data needed
for discovering new pools.