public static interface ByzCoinProto.ProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TrieProto.Proof |
getInclusionproof()
InclusionProof is the deserialized InclusionProof
|
TrieProto.ProofOrBuilder |
getInclusionproofOrBuilder()
InclusionProof is the deserialized InclusionProof
|
SkipchainProto.SkipBlock |
getLatest()
Providing the latest skipblock to retrieve the Merkle tree root.
|
SkipchainProto.SkipBlockOrBuilder |
getLatestOrBuilder()
Providing the latest skipblock to retrieve the Merkle tree root.
|
SkipchainProto.ForwardLink |
getLinks(int index)
Proving the path to the latest skipblock.
|
int |
getLinksCount()
Proving the path to the latest skipblock.
|
List<SkipchainProto.ForwardLink> |
getLinksList()
Proving the path to the latest skipblock.
|
SkipchainProto.ForwardLinkOrBuilder |
getLinksOrBuilder(int index)
Proving the path to the latest skipblock.
|
List<? extends SkipchainProto.ForwardLinkOrBuilder> |
getLinksOrBuilderList()
Proving the path to the latest skipblock.
|
boolean |
hasInclusionproof()
InclusionProof is the deserialized InclusionProof
|
boolean |
hasLatest()
Providing the latest skipblock to retrieve the Merkle tree root.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInclusionproof()
InclusionProof is the deserialized InclusionProof
required .trie.Proof inclusionproof = 1;TrieProto.Proof getInclusionproof()
InclusionProof is the deserialized InclusionProof
required .trie.Proof inclusionproof = 1;TrieProto.ProofOrBuilder getInclusionproofOrBuilder()
InclusionProof is the deserialized InclusionProof
required .trie.Proof inclusionproof = 1;boolean hasLatest()
Providing the latest skipblock to retrieve the Merkle tree root.
required .skipchain.SkipBlock latest = 2;SkipchainProto.SkipBlock getLatest()
Providing the latest skipblock to retrieve the Merkle tree root.
required .skipchain.SkipBlock latest = 2;SkipchainProto.SkipBlockOrBuilder getLatestOrBuilder()
Providing the latest skipblock to retrieve the Merkle tree root.
required .skipchain.SkipBlock latest = 2;List<SkipchainProto.ForwardLink> getLinksList()
Proving the path to the latest skipblock. The first ForwardLink has an empty-sliced `From` and the genesis-block in `To`, together with the roster of the genesis-block in the `NewRoster`.
repeated .skipchain.ForwardLink links = 3;SkipchainProto.ForwardLink getLinks(int index)
Proving the path to the latest skipblock. The first ForwardLink has an empty-sliced `From` and the genesis-block in `To`, together with the roster of the genesis-block in the `NewRoster`.
repeated .skipchain.ForwardLink links = 3;int getLinksCount()
Proving the path to the latest skipblock. The first ForwardLink has an empty-sliced `From` and the genesis-block in `To`, together with the roster of the genesis-block in the `NewRoster`.
repeated .skipchain.ForwardLink links = 3;List<? extends SkipchainProto.ForwardLinkOrBuilder> getLinksOrBuilderList()
Proving the path to the latest skipblock. The first ForwardLink has an empty-sliced `From` and the genesis-block in `To`, together with the roster of the genesis-block in the `NewRoster`.
repeated .skipchain.ForwardLink links = 3;SkipchainProto.ForwardLinkOrBuilder getLinksOrBuilder(int index)
Proving the path to the latest skipblock. The first ForwardLink has an empty-sliced `From` and the genesis-block in `To`, together with the roster of the genesis-block in the `NewRoster`.
repeated .skipchain.ForwardLink links = 3;Copyright © 2019. All rights reserved.