diff --git a/proto/sf/substreams/index/v1/keys.proto b/proto/sf/substreams/index/v1/keys.proto index e69de29bb..44655fdf1 100644 --- a/proto/sf/substreams/index/v1/keys.proto +++ b/proto/sf/substreams/index/v1/keys.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; + +package sf.substreams.index.v1; +option go_package = "github.com/streamingfast/substreams/pb/sf/substreams/index/v1;pbsubstreams"; + + +message Keys { + repeated string keys = 1; +} +