Skip to content

Commit

Permalink
Add Mempool FAQ (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev authored Oct 27, 2023
1 parent f89918d commit b5bdfd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference-and-specs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ Additional information [is available in the Github issue for WASM-bindgen](https
### Why does the output show "@unknown" instead of "@type" and the decoding failed only showing "@str" and "@bytes"

Check to make sure the module's output type matches the protobuf definition. In some cases, the renamed protobuf package isn't updated in the `substreams.yaml` manifest file's `module.output.type` field, creating an incompatibility.

### Can I retrieve Mempool data with Substreams?

No, it is currently NOT possible to retrieve Mempool data with Substreams.

0 comments on commit b5bdfd1

Please sign in to comment.