add beacon chain explorer
This commit is contained in:
9
beacon-explorer/proto/blobs.proto
Normal file
9
beacon-explorer/proto/blobs.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package beacon.blobs.v1;
|
||||
|
||||
message Blobs {
|
||||
uint64 slot = 1;
|
||||
repeated string blobs = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user