public static interface ByzCoinProto.DataHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getClienttransactionhash()
ClientTransactionHash is the sha256 hash of all the transactions in the body
|
com.google.protobuf.ByteString |
getCollectionroot()
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
|
com.google.protobuf.ByteString |
getStatechangeshash()
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
|
long |
getTimestamp()
Timestamp is a Unix timestamp in nanoseconds.
|
boolean |
hasClienttransactionhash()
ClientTransactionHash is the sha256 hash of all the transactions in the body
|
boolean |
hasCollectionroot()
CollectionRoot is the root of the merkle tree of the colleciton after
applying the valid transactions.
|
boolean |
hasStatechangeshash()
StateChangesHash is the sha256 of all the StateChanges generated by the
accepted transactions.
|
boolean |
hasTimestamp()
Timestamp is a Unix timestamp in nanoseconds.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCollectionroot()
CollectionRoot is the root of the merkle tree of the colleciton after applying the valid transactions.
required bytes collectionroot = 1;com.google.protobuf.ByteString getCollectionroot()
CollectionRoot is the root of the merkle tree of the colleciton after applying the valid transactions.
required bytes collectionroot = 1;boolean hasClienttransactionhash()
ClientTransactionHash is the sha256 hash of all the transactions in the body
required bytes clienttransactionhash = 2;com.google.protobuf.ByteString getClienttransactionhash()
ClientTransactionHash is the sha256 hash of all the transactions in the body
required bytes clienttransactionhash = 2;boolean hasStatechangeshash()
StateChangesHash is the sha256 of all the StateChanges generated by the accepted transactions.
required bytes statechangeshash = 3;com.google.protobuf.ByteString getStatechangeshash()
StateChangesHash is the sha256 of all the StateChanges generated by the accepted transactions.
required bytes statechangeshash = 3;boolean hasTimestamp()
Timestamp is a Unix timestamp in nanoseconds.
required sint64 timestamp = 4;long getTimestamp()
Timestamp is a Unix timestamp in nanoseconds.
required sint64 timestamp = 4;Copyright © 2018. All rights reserved.