public static interface SkipchainProto.GetUpdateChainReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SkipchainProto.SkipBlock |
getUpdate(int index)
update is the shortest path from the requested block to the latest
block.
|
int |
getUpdateCount()
update is the shortest path from the requested block to the latest
block.
|
List<SkipchainProto.SkipBlock> |
getUpdateList()
update is the shortest path from the requested block to the latest
block.
|
SkipchainProto.SkipBlockOrBuilder |
getUpdateOrBuilder(int index)
update is the shortest path from the requested block to the latest
block.
|
List<? extends SkipchainProto.SkipBlockOrBuilder> |
getUpdateOrBuilderList()
update is the shortest path from the requested block to the latest
block.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SkipchainProto.SkipBlock> getUpdateList()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;SkipchainProto.SkipBlock getUpdate(int index)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;int getUpdateCount()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;List<? extends SkipchainProto.SkipBlockOrBuilder> getUpdateOrBuilderList()
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;SkipchainProto.SkipBlockOrBuilder getUpdateOrBuilder(int index)
update is the shortest path from the requested block to the latest block.
repeated .skipchain.SkipBlock update = 1;Copyright © 2018. All rights reserved.