public static final class ByzCoinProto.Instruction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder> implements ByzCoinProto.InstructionOrBuilder
Instruction holds only one of Spawn, Invoke, or DeleteProtobuf type
byzcoin.Instruction| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Instruction.Builder |
addAllSignatures(Iterable<? extends DarcProto.Signature> values)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByzCoinProto.Instruction.Builder |
addSignatures(DarcProto.Signature.Builder builderForValue)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
addSignatures(DarcProto.Signature value)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
addSignatures(int index,
DarcProto.Signature.Builder builderForValue)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
addSignatures(int index,
DarcProto.Signature value)
Signatures that are verified using the Darc controlling access to the instance.
|
DarcProto.Signature.Builder |
addSignaturesBuilder()
Signatures that are verified using the Darc controlling access to the instance.
|
DarcProto.Signature.Builder |
addSignaturesBuilder(int index)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction |
build() |
ByzCoinProto.Instruction |
buildPartial() |
ByzCoinProto.Instruction.Builder |
clear() |
ByzCoinProto.Instruction.Builder |
clearDelete()
Delete removes the given instance.
|
ByzCoinProto.Instruction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ByzCoinProto.Instruction.Builder |
clearIndex()
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
|
ByzCoinProto.Instruction.Builder |
clearInstanceid()
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
|
ByzCoinProto.Instruction.Builder |
clearInvoke()
Invoke calls a method of an existing instance.
|
ByzCoinProto.Instruction.Builder |
clearLength()
Length is the total number of instructions in this clientTransaction
|
ByzCoinProto.Instruction.Builder |
clearNonce()
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
|
ByzCoinProto.Instruction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ByzCoinProto.Instruction.Builder |
clearSignatures()
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
clearSpawn()
Spawn creates a new instance.
|
ByzCoinProto.Instruction.Builder |
clone() |
ByzCoinProto.Instruction |
getDefaultInstanceForType() |
ByzCoinProto.Delete |
getDelete()
Delete removes the given instance.
|
ByzCoinProto.Delete.Builder |
getDeleteBuilder()
Delete removes the given instance.
|
ByzCoinProto.DeleteOrBuilder |
getDeleteOrBuilder()
Delete removes the given instance.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getIndex()
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
|
com.google.protobuf.ByteString |
getInstanceid()
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
|
ByzCoinProto.Invoke |
getInvoke()
Invoke calls a method of an existing instance.
|
ByzCoinProto.Invoke.Builder |
getInvokeBuilder()
Invoke calls a method of an existing instance.
|
ByzCoinProto.InvokeOrBuilder |
getInvokeOrBuilder()
Invoke calls a method of an existing instance.
|
int |
getLength()
Length is the total number of instructions in this clientTransaction
|
com.google.protobuf.ByteString |
getNonce()
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
|
DarcProto.Signature |
getSignatures(int index)
Signatures that are verified using the Darc controlling access to the instance.
|
DarcProto.Signature.Builder |
getSignaturesBuilder(int index)
Signatures that are verified using the Darc controlling access to the instance.
|
List<DarcProto.Signature.Builder> |
getSignaturesBuilderList()
Signatures that are verified using the Darc controlling access to the instance.
|
int |
getSignaturesCount()
Signatures that are verified using the Darc controlling access to the instance.
|
List<DarcProto.Signature> |
getSignaturesList()
Signatures that are verified using the Darc controlling access to the instance.
|
DarcProto.SignatureOrBuilder |
getSignaturesOrBuilder(int index)
Signatures that are verified using the Darc controlling access to the instance.
|
List<? extends DarcProto.SignatureOrBuilder> |
getSignaturesOrBuilderList()
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Spawn |
getSpawn()
Spawn creates a new instance.
|
ByzCoinProto.Spawn.Builder |
getSpawnBuilder()
Spawn creates a new instance.
|
ByzCoinProto.SpawnOrBuilder |
getSpawnOrBuilder()
Spawn creates a new instance.
|
boolean |
hasDelete()
Delete removes the given instance.
|
boolean |
hasIndex()
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
|
boolean |
hasInstanceid()
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
|
boolean |
hasInvoke()
Invoke calls a method of an existing instance.
|
boolean |
hasLength()
Length is the total number of instructions in this clientTransaction
|
boolean |
hasNonce()
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
|
boolean |
hasSpawn()
Spawn creates a new instance.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ByzCoinProto.Instruction.Builder |
mergeDelete(ByzCoinProto.Delete value)
Delete removes the given instance.
|
ByzCoinProto.Instruction.Builder |
mergeFrom(ByzCoinProto.Instruction other) |
ByzCoinProto.Instruction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ByzCoinProto.Instruction.Builder |
mergeFrom(com.google.protobuf.Message other) |
ByzCoinProto.Instruction.Builder |
mergeInvoke(ByzCoinProto.Invoke value)
Invoke calls a method of an existing instance.
|
ByzCoinProto.Instruction.Builder |
mergeSpawn(ByzCoinProto.Spawn value)
Spawn creates a new instance.
|
ByzCoinProto.Instruction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ByzCoinProto.Instruction.Builder |
removeSignatures(int index)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
setDelete(ByzCoinProto.Delete.Builder builderForValue)
Delete removes the given instance.
|
ByzCoinProto.Instruction.Builder |
setDelete(ByzCoinProto.Delete value)
Delete removes the given instance.
|
ByzCoinProto.Instruction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByzCoinProto.Instruction.Builder |
setIndex(int value)
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
|
ByzCoinProto.Instruction.Builder |
setInstanceid(com.google.protobuf.ByteString value)
InstanceID is either the instance that can spawn a new instance, or the instance
that will be invoked or deleted.
|
ByzCoinProto.Instruction.Builder |
setInvoke(ByzCoinProto.Invoke.Builder builderForValue)
Invoke calls a method of an existing instance.
|
ByzCoinProto.Instruction.Builder |
setInvoke(ByzCoinProto.Invoke value)
Invoke calls a method of an existing instance.
|
ByzCoinProto.Instruction.Builder |
setLength(int value)
Length is the total number of instructions in this clientTransaction
|
ByzCoinProto.Instruction.Builder |
setNonce(com.google.protobuf.ByteString value)
Nonce is monotonically increasing with regard to the Darc controlling
access to the instance.
|
ByzCoinProto.Instruction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ByzCoinProto.Instruction.Builder |
setSignatures(int index,
DarcProto.Signature.Builder builderForValue)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
setSignatures(int index,
DarcProto.Signature value)
Signatures that are verified using the Darc controlling access to the instance.
|
ByzCoinProto.Instruction.Builder |
setSpawn(ByzCoinProto.Spawn.Builder builderForValue)
Spawn creates a new instance.
|
ByzCoinProto.Instruction.Builder |
setSpawn(ByzCoinProto.Spawn value)
Spawn creates a new instance.
|
ByzCoinProto.Instruction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ByzCoinProto.Instruction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ByzCoinProto.Instruction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ByzCoinProto.Instruction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder mergeFrom(ByzCoinProto.Instruction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public ByzCoinProto.Instruction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ByzCoinProto.Instruction.Builder>IOExceptionpublic boolean hasInstanceid()
InstanceID is either the instance that can spawn a new instance, or the instance that will be invoked or deleted.
required bytes instanceid = 1;hasInstanceid in interface ByzCoinProto.InstructionOrBuilderpublic com.google.protobuf.ByteString getInstanceid()
InstanceID is either the instance that can spawn a new instance, or the instance that will be invoked or deleted.
required bytes instanceid = 1;getInstanceid in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setInstanceid(com.google.protobuf.ByteString value)
InstanceID is either the instance that can spawn a new instance, or the instance that will be invoked or deleted.
required bytes instanceid = 1;public ByzCoinProto.Instruction.Builder clearInstanceid()
InstanceID is either the instance that can spawn a new instance, or the instance that will be invoked or deleted.
required bytes instanceid = 1;public boolean hasNonce()
Nonce is monotonically increasing with regard to the Darc controlling access to the instance. It is used to prevent replay attacks. The client has to track what the next nonce should be for a given Darc.
required bytes nonce = 2;hasNonce in interface ByzCoinProto.InstructionOrBuilderpublic com.google.protobuf.ByteString getNonce()
Nonce is monotonically increasing with regard to the Darc controlling access to the instance. It is used to prevent replay attacks. The client has to track what the next nonce should be for a given Darc.
required bytes nonce = 2;getNonce in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setNonce(com.google.protobuf.ByteString value)
Nonce is monotonically increasing with regard to the Darc controlling access to the instance. It is used to prevent replay attacks. The client has to track what the next nonce should be for a given Darc.
required bytes nonce = 2;public ByzCoinProto.Instruction.Builder clearNonce()
Nonce is monotonically increasing with regard to the Darc controlling access to the instance. It is used to prevent replay attacks. The client has to track what the next nonce should be for a given Darc.
required bytes nonce = 2;public boolean hasIndex()
Index and length prevent a leader from censoring specific instructions from a client and still keep the other instructions valid. Index is relative to the beginning of the clientTransaction.
required sint32 index = 3;hasIndex in interface ByzCoinProto.InstructionOrBuilderpublic int getIndex()
Index and length prevent a leader from censoring specific instructions from a client and still keep the other instructions valid. Index is relative to the beginning of the clientTransaction.
required sint32 index = 3;getIndex in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setIndex(int value)
Index and length prevent a leader from censoring specific instructions from a client and still keep the other instructions valid. Index is relative to the beginning of the clientTransaction.
required sint32 index = 3;public ByzCoinProto.Instruction.Builder clearIndex()
Index and length prevent a leader from censoring specific instructions from a client and still keep the other instructions valid. Index is relative to the beginning of the clientTransaction.
required sint32 index = 3;public boolean hasLength()
Length is the total number of instructions in this clientTransaction
required sint32 length = 4;hasLength in interface ByzCoinProto.InstructionOrBuilderpublic int getLength()
Length is the total number of instructions in this clientTransaction
required sint32 length = 4;getLength in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setLength(int value)
Length is the total number of instructions in this clientTransaction
required sint32 length = 4;public ByzCoinProto.Instruction.Builder clearLength()
Length is the total number of instructions in this clientTransaction
required sint32 length = 4;public boolean hasSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;hasSpawn in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Spawn getSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;getSpawn in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setSpawn(ByzCoinProto.Spawn value)
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;public ByzCoinProto.Instruction.Builder setSpawn(ByzCoinProto.Spawn.Builder builderForValue)
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;public ByzCoinProto.Instruction.Builder mergeSpawn(ByzCoinProto.Spawn value)
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;public ByzCoinProto.Instruction.Builder clearSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;public ByzCoinProto.Spawn.Builder getSpawnBuilder()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;public ByzCoinProto.SpawnOrBuilder getSpawnOrBuilder()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 5;getSpawnOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic boolean hasInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;hasInvoke in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Invoke getInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;getInvoke in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setInvoke(ByzCoinProto.Invoke value)
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;public ByzCoinProto.Instruction.Builder setInvoke(ByzCoinProto.Invoke.Builder builderForValue)
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;public ByzCoinProto.Instruction.Builder mergeInvoke(ByzCoinProto.Invoke value)
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;public ByzCoinProto.Instruction.Builder clearInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;public ByzCoinProto.Invoke.Builder getInvokeBuilder()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;public ByzCoinProto.InvokeOrBuilder getInvokeOrBuilder()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 6;getInvokeOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic boolean hasDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;hasDelete in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Delete getDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;getDelete in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setDelete(ByzCoinProto.Delete value)
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;public ByzCoinProto.Instruction.Builder setDelete(ByzCoinProto.Delete.Builder builderForValue)
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;public ByzCoinProto.Instruction.Builder mergeDelete(ByzCoinProto.Delete value)
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;public ByzCoinProto.Instruction.Builder clearDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;public ByzCoinProto.Delete.Builder getDeleteBuilder()
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;public ByzCoinProto.DeleteOrBuilder getDeleteOrBuilder()
Delete removes the given instance.
optional .byzcoin.Delete delete = 7;getDeleteOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic List<DarcProto.Signature> getSignaturesList()
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;getSignaturesList in interface ByzCoinProto.InstructionOrBuilderpublic int getSignaturesCount()
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;getSignaturesCount in interface ByzCoinProto.InstructionOrBuilderpublic DarcProto.Signature getSignatures(int index)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;getSignatures in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setSignatures(int index, DarcProto.Signature value)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder setSignatures(int index, DarcProto.Signature.Builder builderForValue)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder addSignatures(DarcProto.Signature value)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder addSignatures(int index, DarcProto.Signature value)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder addSignatures(DarcProto.Signature.Builder builderForValue)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder addSignatures(int index, DarcProto.Signature.Builder builderForValue)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder addAllSignatures(Iterable<? extends DarcProto.Signature> values)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder clearSignatures()
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public ByzCoinProto.Instruction.Builder removeSignatures(int index)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public DarcProto.Signature.Builder getSignaturesBuilder(int index)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public DarcProto.SignatureOrBuilder getSignaturesOrBuilder(int index)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;getSignaturesOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic List<? extends DarcProto.SignatureOrBuilder> getSignaturesOrBuilderList()
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;getSignaturesOrBuilderList in interface ByzCoinProto.InstructionOrBuilderpublic DarcProto.Signature.Builder addSignaturesBuilder()
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public DarcProto.Signature.Builder addSignaturesBuilder(int index)
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public List<DarcProto.Signature.Builder> getSignaturesBuilderList()
Signatures that are verified using the Darc controlling access to the instance.
repeated .darc.Signature signatures = 8;public final ByzCoinProto.Instruction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>public final ByzCoinProto.Instruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ByzCoinProto.Instruction.Builder>Copyright © 2018. All rights reserved.