public static interface ByzCoinProto.DownloadStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getByzcoinid()
ByzCoinID of the state to download
|
int |
getLength()
Length of the statechanges to download
|
long |
getNonce()
Nonce is 0 for a new download, else it must be
equal to the nonce returned in DownloadStateResponse.
|
boolean |
hasByzcoinid()
ByzCoinID of the state to download
|
boolean |
hasLength()
Length of the statechanges to download
|
boolean |
hasNonce()
Nonce is 0 for a new download, else it must be
equal to the nonce returned in DownloadStateResponse.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasByzcoinid()
ByzCoinID of the state to download
required bytes byzcoinid = 1;com.google.protobuf.ByteString getByzcoinid()
ByzCoinID of the state to download
required bytes byzcoinid = 1;boolean hasNonce()
Nonce is 0 for a new download, else it must be equal to the nonce returned in DownloadStateResponse. In case Nonce is non-zero, but doesn't correspond to the current session, an error is returned, as only one download-session can be active at any given moment.
required uint64 nonce = 2;long getNonce()
Nonce is 0 for a new download, else it must be equal to the nonce returned in DownloadStateResponse. In case Nonce is non-zero, but doesn't correspond to the current session, an error is returned, as only one download-session can be active at any given moment.
required uint64 nonce = 2;boolean hasLength()
Length of the statechanges to download
required sint32 length = 3;int getLength()
Length of the statechanges to download
required sint32 length = 3;Copyright © 2019. All rights reserved.