public static interface ByzCoinProto.CreateGenesisBlockResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SkipchainProto.SkipBlock |
getSkipblock()
Skipblock of the created skipchain or empty if there was an error.
|
SkipchainProto.SkipBlockOrBuilder |
getSkipblockOrBuilder()
Skipblock of the created skipchain or empty if there was an error.
|
int |
getVersion()
Version of the protocol
|
boolean |
hasSkipblock()
Skipblock of the created skipchain or empty if there was an error.
|
boolean |
hasVersion()
Version of the protocol
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
Version of the protocol
required sint32 version = 1;int getVersion()
Version of the protocol
required sint32 version = 1;boolean hasSkipblock()
Skipblock of the created skipchain or empty if there was an error.
optional .skipchain.SkipBlock skipblock = 2;SkipchainProto.SkipBlock getSkipblock()
Skipblock of the created skipchain or empty if there was an error.
optional .skipchain.SkipBlock skipblock = 2;SkipchainProto.SkipBlockOrBuilder getSkipblockOrBuilder()
Skipblock of the created skipchain or empty if there was an error.
optional .skipchain.SkipBlock skipblock = 2;Copyright © 2019. All rights reserved.