We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e7abd11
Fixed generated ABI code and decoding when dealing with indexed dynamic event like event ContractDeployed(string indexed value).
event ContractDeployed(string indexed value)
We introduced substreams_ethereum::IndexedDynamicValue<T> to hold the hash value which is equivalent to topic.
substreams_ethereum::IndexedDynamicValue<T>