bryanlabs/cosmos-indexer-sdk

Extend BlockEvent processing functions to handle custom parsers

Closed this issue · 1 comments

The block event processing function should handle custom parsers in the following manner:

  1. Process all base indexer data first
  2. Call all custom parsers for the events based on the types

Closed by #62