package skipchain

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

message ByzcoinSig

skipchain.proto:102

Used in: ForwardLink

message Exception

skipchain.proto:112
skipchain.proto:95

Used in: byzcoin.GetUpdatesReply, byzcoin.Proof, GetSingleBlockByIndexReply, SkipBlock

message GetAllSkipChainIDs

skipchain.proto:34

GetAllSkipChainIDs - returns the SkipBlockIDs of the genesis blocks of all of the known skipchains.

(message has no fields)

message GetAllSkipChainIDsReply

skipchain.proto:38

GetAllSkipChainIDsReply - reply to GetAllSkipchains

message GetSingleBlock

skipchain.proto:43

GetSingleBlock asks for a single block.

message GetSingleBlockByIndex

skipchain.proto:49

GetSingleBlockByIndex searches for a block with the given index following the genesis-block

message GetSingleBlockByIndexReply

skipchain.proto:56

GetSingleBlockByIndexReply returns the block and a set of links that proves this block to be attached to the genesis block.

message GetUpdateChain

skipchain.proto:64

GetUpdateChain - the client sends the hash of the last known Skipblock and will get back a list of all necessary SkipBlocks to get to the latest.

message GetUpdateChainReply

skipchain.proto:73

GetUpdateChainReply - returns the shortest chain to the current SkipBlock, starting from the SkipBlock the client sent

message SchnorrSig

skipchain.proto:107

message SkipBlock

skipchain.proto:79

Used in: byzcoin.CreateGenesisBlockResponse, byzcoin.DebugResponseByzcoin, byzcoin.GetUpdatesReply, byzcoin.PaginateResponse, byzcoin.Proof, byzcoin.StreamingResponse, GetSingleBlockByIndexReply, GetUpdateChainReply, StoreSkipBlock, StoreSkipBlockReply

message StoreSkipBlock

skipchain.proto:19

StoreSkipBlock - Requests a new skipblock to be appended to the given SkipBlock. If the given TargetSkipChainID is an empty slice, then a genesis block is created. Otherwise, the new block is added to the skipchain specified by TargetSkipChainID.

message StoreSkipBlockReply

skipchain.proto:27

StoreSkipBlockReply - returns the signed SkipBlock with updated backlinks and the previous block if it exists.