Files
substreams-explorers/solana-explorer/proto/block_meta.proto
2023-10-31 12:01:30 -04:00

9 lines
133 B
Protocol Buffer

syntax = "proto3";
package sol.block_meta.v1;
message BlockMeta {
uint64 slot = 1;
string hash = 2;
string parent_hash = 3;
}