public interface BlockHeaderCoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getDeltaStateDigest()
bytes deltaStateDigest = 6; |
long |
getHeight()
uint64 height = 2; |
com.google.protobuf.ByteString |
getLogsBloom()
bytes logsBloom = 8; |
com.google.protobuf.ByteString |
getPrevBlockHash()
bytes prevBlockHash = 4; |
com.google.protobuf.ByteString |
getReceiptRoot()
bytes receiptRoot = 7; |
com.google.protobuf.Timestamp |
getTimestamp()
.google.protobuf.Timestamp timestamp = 3; |
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 3; |
com.google.protobuf.ByteString |
getTxRoot()
bytes txRoot = 5; |
int |
getVersion()
uint32 version = 1; |
boolean |
hasTimestamp()
.google.protobuf.Timestamp timestamp = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVersion()
uint32 version = 1;long getHeight()
uint64 height = 2;boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.ByteString getPrevBlockHash()
bytes prevBlockHash = 4;com.google.protobuf.ByteString getTxRoot()
bytes txRoot = 5;com.google.protobuf.ByteString getDeltaStateDigest()
bytes deltaStateDigest = 6;com.google.protobuf.ByteString getReceiptRoot()
bytes receiptRoot = 7;com.google.protobuf.ByteString getLogsBloom()
bytes logsBloom = 8;Copyright © 2022 IoTeX Group. All rights reserved.