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