public interface GenesisBlockchainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getActionGasLimit()
uint64 actionGasLimit = 3; |
long |
getBlockGasLimit()
uint64 blockGasLimit = 2; |
long |
getBlockInterval()
int64 blockInterval = 4; |
long |
getNumCandidateDelegates()
uint64 numCandidateDelegates = 7; |
long |
getNumDelegates()
uint64 numDelegates = 6; |
long |
getNumSubEpochs()
uint64 numSubEpochs = 5; |
boolean |
getTimeBasedRotation()
bool timeBasedRotation = 8; |
long |
getTimestamp()
int64 timestamp = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTimestamp()
int64 timestamp = 1;long getBlockGasLimit()
uint64 blockGasLimit = 2;long getActionGasLimit()
uint64 actionGasLimit = 3;long getBlockInterval()
int64 blockInterval = 4;long getNumSubEpochs()
uint64 numSubEpochs = 5;long getNumDelegates()
uint64 numDelegates = 6;long getNumCandidateDelegates()
uint64 numCandidateDelegates = 7;boolean getTimeBasedRotation()
bool timeBasedRotation = 8;Copyright © 2022 IoTeX Group. All rights reserved.