Files
2023-07-20 01:45:17 +02:00

9 lines
135 B
Protocol Buffer

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