-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
467e089
commit f4f960c
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
// @generated | ||
pub mod sf { | ||
pub mod substreams { | ||
pub mod index { | ||
// @@protoc_insertion_point(attribute:sf.substreams.index.v1) | ||
pub mod v1 { | ||
include!("sf.substreams.index.v1.rs"); | ||
// @@protoc_insertion_point(sf.substreams.index.v1) | ||
} | ||
} | ||
} | ||
} | ||
|
||
#[path = "./sf.substreams.v1.rs"] | ||
pub mod substreams; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// @generated | ||
#[allow(clippy::derive_partial_eq_without_eq)] | ||
#[derive(Clone, PartialEq, ::prost::Message)] | ||
pub struct Keys { | ||
#[prost(string, repeated, tag="1")] | ||
pub keys: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, | ||
} | ||
// @@protoc_insertion_point(module) |