First version of the Ethereum explorer
This commit is contained in:
9
ethereum-explorer/proto/block_meta.proto
Normal file
9
ethereum-explorer/proto/block_meta.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package eth.block_meta.v1;
|
||||
|
||||
message BlockMeta {
|
||||
uint64 number = 1;
|
||||
string hash = 2;
|
||||
string parent_hash = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user