public final class SkipchainProto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SkipchainProto.ByzcoinSig
Protobuf type
skipchain.ByzcoinSig |
static interface |
SkipchainProto.ByzcoinSigOrBuilder |
static class |
SkipchainProto.Exception
Protobuf type
skipchain.Exception |
static interface |
SkipchainProto.ExceptionOrBuilder |
static class |
SkipchainProto.ForwardLink
Protobuf type
skipchain.ForwardLink |
static interface |
SkipchainProto.ForwardLinkOrBuilder |
static class |
SkipchainProto.GetAllSkipChainIDs
GetAllSkipChainIDs - returns the SkipBlockIDs of the genesis blocks
of all of the known skipchains.
|
static interface |
SkipchainProto.GetAllSkipChainIDsOrBuilder |
static class |
SkipchainProto.GetAllSkipChainIDsReply
GetAllSkipChainIDsReply - reply to GetAllSkipchains
|
static interface |
SkipchainProto.GetAllSkipChainIDsReplyOrBuilder |
static class |
SkipchainProto.GetSingleBlock
GetSingleBlock asks for a single block.
|
static class |
SkipchainProto.GetSingleBlockByIndex
GetSingleBlockByIndex searches for a block with the given index following
the genesis-block
|
static interface |
SkipchainProto.GetSingleBlockByIndexOrBuilder |
static class |
SkipchainProto.GetSingleBlockByIndexReply
GetSingleBlockByIndexReply returns the block and a set of links that proves
this block to be attached to the genesis block.
|
static interface |
SkipchainProto.GetSingleBlockByIndexReplyOrBuilder |
static interface |
SkipchainProto.GetSingleBlockOrBuilder |
static class |
SkipchainProto.GetUpdateChain
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.
|
static interface |
SkipchainProto.GetUpdateChainOrBuilder |
static class |
SkipchainProto.GetUpdateChainReply
GetUpdateChainReply - returns the shortest chain to the current SkipBlock,
starting from the SkipBlock the client sent
|
static interface |
SkipchainProto.GetUpdateChainReplyOrBuilder |
static class |
SkipchainProto.SchnorrSig
Protobuf type
skipchain.SchnorrSig |
static interface |
SkipchainProto.SchnorrSigOrBuilder |
static class |
SkipchainProto.SkipBlock
Protobuf type
skipchain.SkipBlock |
static interface |
SkipchainProto.SkipBlockOrBuilder |
static class |
SkipchainProto.StoreSkipBlock
StoreSkipBlock - Requests a new skipblock to be appended to the given
SkipBlock.
|
static interface |
SkipchainProto.StoreSkipBlockOrBuilder |
static class |
SkipchainProto.StoreSkipBlockReply
StoreSkipBlockReply - returns the signed SkipBlock with updated backlinks
and the previous block if it exists.
|
static interface |
SkipchainProto.StoreSkipBlockReplyOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2019. All rights reserved.