prysm-pulse/proto/beacon/db/finalized_block_root_container.proto

11 lines
210 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package prysm.beacon.db;
option go_package = "github.com/prysmaticlabs/prysm/proto/beacon/db";
message FinalizedBlockRootContainer {
bytes parent_root = 1;
bytes child_root = 2;
}