Custom protobuf models
Custom intermediate message types.
Last updated
Custom intermediate message types.
Last updated
In some cases, you may need to create custom intermediate protobuf messages, especially when facilitating communication between Substreams handler modules or storing additional data in stores.
Place these protobuf files within your Substreams package, such as ./substreams/ethereum-template/proto/custom-messages.proto
. Be sure to link them in the substreams.yaml
file. For more details, refer to the or review the official Substreams example integration.