public final class GenesisBlockchain extends com.google.protobuf.GeneratedMessageV3 implements GenesisBlockchainOrBuilder
iotextypes.GenesisBlockchain| Modifier and Type | Class and Description |
|---|---|
static class |
GenesisBlockchain.Builder
Protobuf type
iotextypes.GenesisBlockchain |
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| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIONGASLIMIT_FIELD_NUMBER |
static int |
BLOCKGASLIMIT_FIELD_NUMBER |
static int |
BLOCKINTERVAL_FIELD_NUMBER |
static int |
NUMCANDIDATEDELEGATES_FIELD_NUMBER |
static int |
NUMDELEGATES_FIELD_NUMBER |
static int |
NUMSUBEPOCHS_FIELD_NUMBER |
static int |
TIMEBASEDROTATION_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getActionGasLimit()
uint64 actionGasLimit = 3; |
long |
getBlockGasLimit()
uint64 blockGasLimit = 2; |
long |
getBlockInterval()
int64 blockInterval = 4; |
static GenesisBlockchain |
getDefaultInstance() |
GenesisBlockchain |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNumCandidateDelegates()
uint64 numCandidateDelegates = 7; |
long |
getNumDelegates()
uint64 numDelegates = 6; |
long |
getNumSubEpochs()
uint64 numSubEpochs = 5; |
com.google.protobuf.Parser<GenesisBlockchain> |
getParserForType() |
int |
getSerializedSize() |
boolean |
getTimeBasedRotation()
bool timeBasedRotation = 8; |
long |
getTimestamp()
int64 timestamp = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GenesisBlockchain.Builder |
newBuilder() |
static GenesisBlockchain.Builder |
newBuilder(GenesisBlockchain prototype) |
GenesisBlockchain.Builder |
newBuilderForType() |
protected GenesisBlockchain.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static GenesisBlockchain |
parseDelimitedFrom(InputStream input) |
static GenesisBlockchain |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenesisBlockchain |
parseFrom(byte[] data) |
static GenesisBlockchain |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenesisBlockchain |
parseFrom(ByteBuffer data) |
static GenesisBlockchain |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenesisBlockchain |
parseFrom(com.google.protobuf.ByteString data) |
static GenesisBlockchain |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenesisBlockchain |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GenesisBlockchain |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenesisBlockchain |
parseFrom(InputStream input) |
static GenesisBlockchain |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GenesisBlockchain> |
parser() |
GenesisBlockchain.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, 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 TIMESTAMP_FIELD_NUMBER
public static final int BLOCKGASLIMIT_FIELD_NUMBER
public static final int ACTIONGASLIMIT_FIELD_NUMBER
public static final int BLOCKINTERVAL_FIELD_NUMBER
public static final int NUMSUBEPOCHS_FIELD_NUMBER
public static final int NUMDELEGATES_FIELD_NUMBER
public static final int NUMCANDIDATEDELEGATES_FIELD_NUMBER
public static final int TIMEBASEDROTATION_FIELD_NUMBER
public 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 long getTimestamp()
int64 timestamp = 1;getTimestamp in interface GenesisBlockchainOrBuilderpublic long getBlockGasLimit()
uint64 blockGasLimit = 2;getBlockGasLimit in interface GenesisBlockchainOrBuilderpublic long getActionGasLimit()
uint64 actionGasLimit = 3;getActionGasLimit in interface GenesisBlockchainOrBuilderpublic long getBlockInterval()
int64 blockInterval = 4;getBlockInterval in interface GenesisBlockchainOrBuilderpublic long getNumSubEpochs()
uint64 numSubEpochs = 5;getNumSubEpochs in interface GenesisBlockchainOrBuilderpublic long getNumDelegates()
uint64 numDelegates = 6;getNumDelegates in interface GenesisBlockchainOrBuilderpublic long getNumCandidateDelegates()
uint64 numCandidateDelegates = 7;getNumCandidateDelegates in interface GenesisBlockchainOrBuilderpublic boolean getTimeBasedRotation()
bool timeBasedRotation = 8;getTimeBasedRotation in interface GenesisBlockchainOrBuilderpublic 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 GenesisBlockchain parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenesisBlockchain parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenesisBlockchain parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenesisBlockchain parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenesisBlockchain parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenesisBlockchain parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenesisBlockchain parseFrom(InputStream input) throws IOException
IOExceptionpublic static GenesisBlockchain parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenesisBlockchain parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GenesisBlockchain parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenesisBlockchain parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GenesisBlockchain parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GenesisBlockchain.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GenesisBlockchain.Builder newBuilder()
public static GenesisBlockchain.Builder newBuilder(GenesisBlockchain prototype)
public GenesisBlockchain.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GenesisBlockchain.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GenesisBlockchain getDefaultInstance()
public static com.google.protobuf.Parser<GenesisBlockchain> parser()
public com.google.protobuf.Parser<GenesisBlockchain> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GenesisBlockchain getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 IoTeX Group. All rights reserved.