description: Test manifest
repository: https://github.com/
## currently only these settings for the datasouce section are accepted
# compiled model classes generated by hydra-cli codegen from the input schema
- mappings/lib/generated/**/*.model.js
hydraCommonVersion: '0.0.3'
# process only blocks with height >= 1M
blockInterval: '[1000000,]'
# js module that exports the handler functions
mappingsModule: mappings/lib/mappings
# additinal libraries the processor loads
# typically it is a module with event and extrinsic types generated by hydra-typegen
- mappings/lib/mappings/generated/types
- event: balances.Transfer
# function handler name with the argument types
handler: balancesTransfer(DatabaseManager, Balances.TransferEvent)
#- extrinsic: Balances.Transfer
#- extrinsic: Sudo.batchCall
# handler: handleSudoCall(DatabaseManager,SubstrateEvent)