solana-explorer: add map_filter_transactions module
This commit is contained in:
9
solana-explorer/proto/block.proto
Normal file
9
solana-explorer/proto/block.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package sol.block.v1;
|
||||
|
||||
message BlockMeta {
|
||||
uint64 slot = 1;
|
||||
string hash = 2;
|
||||
string parent_hash = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user