public static final class CoreProtos.Block extends com.google.protobuf.GeneratedMessageV3 implements CoreProtos.BlockOrBuilder
Block| Modifier and Type | Class and Description |
|---|---|
static class |
CoreProtos.Block.Builder
Protobuf type
Block |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
HEIGHT_FIELD_NUMBER |
static int |
PREV_HASH_FIELD_NUMBER |
static int |
PROPOSER_ID_FIELD_NUMBER |
static int |
STATE_HASH_FIELD_NUMBER |
static int |
TX_COUNT_FIELD_NUMBER |
static int |
TX_HASH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CoreProtos.Block |
getDefaultInstance() |
CoreProtos.Block |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getHeight()
uint64 height = 2; |
com.google.protobuf.Parser<CoreProtos.Block> |
getParserForType() |
CoreProtos.Hash |
getPrevHash()
.Hash prev_hash = 4; |
CoreProtos.HashOrBuilder |
getPrevHashOrBuilder()
.Hash prev_hash = 4; |
int |
getProposerId()
uint32 proposer_id = 1; |
int |
getSerializedSize() |
CoreProtos.Hash |
getStateHash()
.Hash state_hash = 6; |
CoreProtos.HashOrBuilder |
getStateHashOrBuilder()
.Hash state_hash = 6; |
int |
getTxCount()
uint32 tx_count = 3; |
CoreProtos.Hash |
getTxHash()
.Hash tx_hash = 5; |
CoreProtos.HashOrBuilder |
getTxHashOrBuilder()
.Hash tx_hash = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasPrevHash()
.Hash prev_hash = 4; |
boolean |
hasStateHash()
.Hash state_hash = 6; |
boolean |
hasTxHash()
.Hash tx_hash = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CoreProtos.Block.Builder |
newBuilder() |
static CoreProtos.Block.Builder |
newBuilder(CoreProtos.Block prototype) |
CoreProtos.Block.Builder |
newBuilderForType() |
protected CoreProtos.Block.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CoreProtos.Block |
parseDelimitedFrom(InputStream input) |
static CoreProtos.Block |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreProtos.Block |
parseFrom(byte[] data) |
static CoreProtos.Block |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreProtos.Block |
parseFrom(ByteBuffer data) |
static CoreProtos.Block |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreProtos.Block |
parseFrom(com.google.protobuf.ByteString data) |
static CoreProtos.Block |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreProtos.Block |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CoreProtos.Block |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreProtos.Block |
parseFrom(InputStream input) |
static CoreProtos.Block |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CoreProtos.Block> |
parser() |
CoreProtos.Block.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PROPOSER_ID_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
public static final int TX_COUNT_FIELD_NUMBER
public static final int PREV_HASH_FIELD_NUMBER
public static final int TX_HASH_FIELD_NUMBER
public static final int STATE_HASH_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getProposerId()
uint32 proposer_id = 1;getProposerId in interface CoreProtos.BlockOrBuilderpublic long getHeight()
uint64 height = 2;getHeight in interface CoreProtos.BlockOrBuilderpublic int getTxCount()
uint32 tx_count = 3;getTxCount in interface CoreProtos.BlockOrBuilderpublic boolean hasPrevHash()
.Hash prev_hash = 4;hasPrevHash in interface CoreProtos.BlockOrBuilderpublic CoreProtos.Hash getPrevHash()
.Hash prev_hash = 4;getPrevHash in interface CoreProtos.BlockOrBuilderpublic CoreProtos.HashOrBuilder getPrevHashOrBuilder()
.Hash prev_hash = 4;getPrevHashOrBuilder in interface CoreProtos.BlockOrBuilderpublic boolean hasTxHash()
.Hash tx_hash = 5;hasTxHash in interface CoreProtos.BlockOrBuilderpublic CoreProtos.Hash getTxHash()
.Hash tx_hash = 5;getTxHash in interface CoreProtos.BlockOrBuilderpublic CoreProtos.HashOrBuilder getTxHashOrBuilder()
.Hash tx_hash = 5;getTxHashOrBuilder in interface CoreProtos.BlockOrBuilderpublic boolean hasStateHash()
.Hash state_hash = 6;hasStateHash in interface CoreProtos.BlockOrBuilderpublic CoreProtos.Hash getStateHash()
.Hash state_hash = 6;getStateHash in interface CoreProtos.BlockOrBuilderpublic CoreProtos.HashOrBuilder getStateHashOrBuilder()
.Hash state_hash = 6;getStateHashOrBuilder in interface CoreProtos.BlockOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CoreProtos.Block parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreProtos.Block parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreProtos.Block parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreProtos.Block parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreProtos.Block parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreProtos.Block parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreProtos.Block parseFrom(InputStream input) throws IOException
IOExceptionpublic static CoreProtos.Block parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CoreProtos.Block parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CoreProtos.Block parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CoreProtos.Block parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CoreProtos.Block parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CoreProtos.Block.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CoreProtos.Block.Builder newBuilder()
public static CoreProtos.Block.Builder newBuilder(CoreProtos.Block prototype)
public CoreProtos.Block.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CoreProtos.Block.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CoreProtos.Block getDefaultInstance()
public static com.google.protobuf.Parser<CoreProtos.Block> parser()
public com.google.protobuf.Parser<CoreProtos.Block> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CoreProtos.Block getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Exonum. All rights reserved.