Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
, , ,GetAllSkipChainIDs - returns the SkipBlockIDs of the genesis blocks of all of the known skipchains.
(message has no fields)
GetAllSkipChainIDsReply - reply to GetAllSkipchains
GetSingleBlock asks for a single block.
GetSingleBlockByIndex searches for a block with the given index following the genesis-block
GetSingleBlockByIndexReply returns the block and a set of links that proves this block to be attached to the genesis block.
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.
latest known id of a block.
GetUpdateChainReply - returns the shortest chain to the current SkipBlock, starting from the SkipBlock the client sent
update is the shortest path from the requested block to the latest block.
Used in:
, , , , , , , , ,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.
StoreSkipBlockReply - returns the signed SkipBlock with updated backlinks and the previous block if it exists.