public static interface OmniLedgerProto.ProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.CollectionProof |
getInclusionProof()
InclusionProof is the deserialized InclusionProof
|
OmniLedgerProto.CollectionProofOrBuilder |
getInclusionProofOrBuilder()
InclusionProof is the deserialized InclusionProof
|
SkipBlockProto.SkipBlock |
getLatest()
Providing the latest skipblock to retrieve the Merkle tree root.
|
SkipBlockProto.SkipBlockOrBuilder |
getLatestOrBuilder()
Providing the latest skipblock to retrieve the Merkle tree root.
|
SkipBlockProto.ForwardLink |
getLinks(int index)
Proving the path to the latest skipblock.
|
int |
getLinksCount()
Proving the path to the latest skipblock.
|
List<SkipBlockProto.ForwardLink> |
getLinksList()
Proving the path to the latest skipblock.
|
SkipBlockProto.ForwardLinkOrBuilder |
getLinksOrBuilder(int index)
Proving the path to the latest skipblock.
|
List<? extends SkipBlockProto.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 .CollectionProof inclusionProof = 1;OmniLedgerProto.CollectionProof getInclusionProof()
InclusionProof is the deserialized InclusionProof
required .CollectionProof inclusionProof = 1;OmniLedgerProto.CollectionProofOrBuilder getInclusionProofOrBuilder()
InclusionProof is the deserialized InclusionProof
required .CollectionProof inclusionProof = 1;boolean hasLatest()
Providing the latest skipblock to retrieve the Merkle tree root.
required .SkipBlock latest = 2;SkipBlockProto.SkipBlock getLatest()
Providing the latest skipblock to retrieve the Merkle tree root.
required .SkipBlock latest = 2;SkipBlockProto.SkipBlockOrBuilder getLatestOrBuilder()
Providing the latest skipblock to retrieve the Merkle tree root.
required .SkipBlock latest = 2;List<SkipBlockProto.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 .ForwardLink links = 3;SkipBlockProto.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 .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 .ForwardLink links = 3;List<? extends SkipBlockProto.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 .ForwardLink links = 3;SkipBlockProto.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 .ForwardLink links = 3;Copyright © 2018. All rights reserved.