solana-explorer: add map_filter_transactions module

This commit is contained in:
colindickson
2023-11-01 10:18:13 -04:00
parent 030238e07e
commit 2b104ff1d5
12 changed files with 214 additions and 49 deletions

View File

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