public static interface OmniLedgerProto.CreateGenesisBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockinterval()
BlockInterval in int64.
|
DarcProto.Darc |
getGenesisdarc()
GenesisDarc defines who is allowed to write to this skipchain.
|
DarcProto.DarcOrBuilder |
getGenesisdarcOrBuilder()
GenesisDarc defines who is allowed to write to this skipchain.
|
OnetProto.Roster |
getRoster()
Roster defines which nodes participate in the skipchain.
|
OnetProto.RosterOrBuilder |
getRosterOrBuilder()
Roster defines which nodes participate in the skipchain.
|
int |
getVersion()
Version of the protocol
|
boolean |
hasBlockinterval()
BlockInterval in int64.
|
boolean |
hasGenesisdarc()
GenesisDarc defines who is allowed to write to this skipchain.
|
boolean |
hasRoster()
Roster defines which nodes participate in the skipchain.
|
boolean |
hasVersion()
Version of the protocol
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
Version of the protocol
required sint32 version = 1;int getVersion()
Version of the protocol
required sint32 version = 1;boolean hasRoster()
Roster defines which nodes participate in the skipchain.
required .onet.Roster roster = 2;OnetProto.Roster getRoster()
Roster defines which nodes participate in the skipchain.
required .onet.Roster roster = 2;OnetProto.RosterOrBuilder getRosterOrBuilder()
Roster defines which nodes participate in the skipchain.
required .onet.Roster roster = 2;boolean hasGenesisdarc()
GenesisDarc defines who is allowed to write to this skipchain.
required .darc.Darc genesisdarc = 3;DarcProto.Darc getGenesisdarc()
GenesisDarc defines who is allowed to write to this skipchain.
required .darc.Darc genesisdarc = 3;DarcProto.DarcOrBuilder getGenesisdarcOrBuilder()
GenesisDarc defines who is allowed to write to this skipchain.
required .darc.Darc genesisdarc = 3;boolean hasBlockinterval()
BlockInterval in int64.
required sint64 blockinterval = 4;long getBlockinterval()
BlockInterval in int64.
required sint64 blockinterval = 4;Copyright © 2018. All rights reserved.