public static interface ByzCoinProto.CreateGenesisBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockinterval()
BlockInterval in int64.
|
String |
getDarccontractids(int index)
DarcContracts is the set of contracts that can be parsed as a DARC.
|
com.google.protobuf.ByteString |
getDarccontractidsBytes(int index)
DarcContracts is the set of contracts that can be parsed as a DARC.
|
int |
getDarccontractidsCount()
DarcContracts is the set of contracts that can be parsed as a DARC.
|
List<String> |
getDarccontractidsList()
DarcContracts is the set of contracts that can be parsed as a DARC.
|
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.
|
int |
getMaxblocksize()
Maximum block size.
|
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 |
hasMaxblocksize()
Maximum block size.
|
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;boolean hasMaxblocksize()
Maximum block size. Zero (or not present in protobuf) means use the default, 4 megs.
optional sint32 maxblocksize = 5;int getMaxblocksize()
Maximum block size. Zero (or not present in protobuf) means use the default, 4 megs.
optional sint32 maxblocksize = 5;List<String> getDarccontractidsList()
DarcContracts is the set of contracts that can be parsed as a DARC. At least one contract must be given.
repeated string darccontractids = 6;int getDarccontractidsCount()
DarcContracts is the set of contracts that can be parsed as a DARC. At least one contract must be given.
repeated string darccontractids = 6;String getDarccontractids(int index)
DarcContracts is the set of contracts that can be parsed as a DARC. At least one contract must be given.
repeated string darccontractids = 6;com.google.protobuf.ByteString getDarccontractidsBytes(int index)
DarcContracts is the set of contracts that can be parsed as a DARC. At least one contract must be given.
repeated string darccontractids = 6;Copyright © 2019. All rights reserved.