feat: add reorgs support + indexer restructuring #22
ci.yml
on: pull_request
Annotations
2 errors
cannot find type `ChainReorgResponse` in this scope:
src/indexer.rs#L123
error[E0412]: cannot find type `ChainReorgResponse` in this scope
--> src/indexer.rs:123:48
|
123 | serde_json::from_str::<ChainReorgResponse>(&message.data)?;
| ^^^^^^^^^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
|
19 | impl<ChainReorgResponse> Indexer {
| ++++++++++++++++++++
|
lint
Clippy has exited with exit code 101
|