add solana explorer subtreams

This commit is contained in:
colindickson
2023-10-31 12:01:30 -04:00
parent b71364d5a1
commit 91648b12e8
19 changed files with 1364 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
package sol.block_meta.v1;
message BlockMeta {
uint64 slot = 1;
string hash = 2;
string parent_hash = 3;
}