Files
substreams-explorers/bitcoin-explorer/proto/block_meta.proto
2023-12-06 11:26:14 -05:00

9 lines
135 B
Protocol Buffer

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