package starknet.sync.header

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlockHeadersRequest

header.proto:46

message BlockHeadersResponse

header.proto:51

Responses are sent ordered by the order given in the request.

Used in: NewBlock

message NewBlock

header.proto:38

sent to all peers (except the ones this was received from, if any). for a fraction of peers, also send the GetBlockHeaders response (as if they asked for it for this block)

message SignedBlockHeader

header.proto:10

Note: commitments may change to be for the previous blocks like comet/tendermint hash of block header sent to L1

Used in: BlockHeadersResponse