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 com.google.protobuf.ByteString> values)
Signatures that are verified using the Darc controlling access to
the instance.
|
ByzCoinProto.Instruction.Builder |
addAllSignercounter(Iterable<? extends Long> values)
SignerCounter must be set to a value that is one greater than what
was in the last instruction signed by the same signer.
|
ByzCoinProto.Instruction.Builder |
addAllSigneridentities(Iterable<? extends DarcProto.Identity> values)
SignerIdentities are the identities of all the signers.
|
ByzCoinProto.Instruction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByzCoinProto.Instruction.Builder |
addSignatures(com.google.protobuf.ByteString value)
Signatures that are verified using the Darc controlling access to
the instance.
|
ByzCoinProto.Instruction.Builder |
addSignercounter(long value)
SignerCounter must be set to a value that is one greater than what
was in the last instruction signed by the same signer.
|
ByzCoinProto.Instruction.Builder |
addSigneridentities(DarcProto.Identity.Builder builderForValue)
SignerIdentities are the identities of all the signers.
|
ByzCoinProto.Instruction.Builder |
addSigneridentities(DarcProto.Identity value)
SignerIdentities are the identities of all the signers.
|
ByzCoinProto.Instruction.Builder |
addSigneridentities(int index,
DarcProto.Identity.Builder builderForValue)
SignerIdentities are the identities of all the signers.
|
ByzCoinProto.Instruction.Builder |
addSigneridentities(int index,
DarcProto.Identity value)
SignerIdentities are the identities of all the signers.
|
DarcProto.Identity.Builder |
addSigneridentitiesBuilder()
SignerIdentities are the identities of all the signers.
|
DarcProto.Identity.Builder |
addSigneridentitiesBuilder(int index)
SignerIdentities are the identities of all the signers.
|
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 |
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 |
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 |
clearSignercounter()
SignerCounter must be set to a value that is one greater than what
was in the last instruction signed by the same signer.
|
ByzCoinProto.Instruction.Builder |
clearSigneridentities()
SignerIdentities are the identities of all the signers.
|
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() |
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.
|
com.google.protobuf.ByteString |
getSignatures(int index)
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<com.google.protobuf.ByteString> |
getSignaturesList()
Signatures that are verified using the Darc controlling access to
the instance.
|
long |
getSignercounter(int index)
SignerCounter must be set to a value that is one greater than what
was in the last instruction signed by the same signer.
|
int |
getSignercounterCount()
SignerCounter must be set to a value that is one greater than what
was in the last instruction signed by the same signer.
|
List<Long> |
getSignercounterList()
SignerCounter must be set to a value that is one greater than what
was in the last instruction signed by the same signer.
|
DarcProto.Identity |
getSigneridentities(int index)
SignerIdentities are the identities of all the signers.
|
DarcProto.Identity.Builder |
getSigneridentitiesBuilder(int index)
SignerIdentities are the identities of all the signers.
|
List<DarcProto.Identity.Builder> |
getSigneridentitiesBuilderList()
SignerIdentities are the identities of all the signers.
|
int |
getSigneridentitiesCount()
SignerIdentities are the identities of all the signers.
|
List<DarcProto.Identity> |
getSigneridentitiesList()
SignerIdentities are the identities of all the signers.
|
DarcProto.IdentityOrBuilder |
getSigneridentitiesOrBuilder(int index)
SignerIdentities are the identities of all the signers.
|
List<? extends DarcProto.IdentityOrBuilder> |
getSigneridentitiesOrBuilderList()
SignerIdentities are the identities of all the signers.
|
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 |
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 |
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 |
removeSigneridentities(int index)
SignerIdentities are the identities of all the signers.
|
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 |
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 |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ByzCoinProto.Instruction.Builder |
setSignatures(int index,
com.google.protobuf.ByteString value)
Signatures that are verified using the Darc controlling access to
the instance.
|
ByzCoinProto.Instruction.Builder |
setSignercounter(int index,
long value)
SignerCounter must be set to a value that is one greater than what
was in the last instruction signed by the same signer.
|
ByzCoinProto.Instruction.Builder |
setSigneridentities(int index,
DarcProto.Identity.Builder builderForValue)
SignerIdentities are the identities of all the signers.
|
ByzCoinProto.Instruction.Builder |
setSigneridentities(int index,
DarcProto.Identity value)
SignerIdentities are the identities of all the signers.
|
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 hasSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;hasSpawn in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Spawn getSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;getSpawn in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setSpawn(ByzCoinProto.Spawn value)
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;public ByzCoinProto.Instruction.Builder setSpawn(ByzCoinProto.Spawn.Builder builderForValue)
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;public ByzCoinProto.Instruction.Builder mergeSpawn(ByzCoinProto.Spawn value)
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;public ByzCoinProto.Instruction.Builder clearSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;public ByzCoinProto.Spawn.Builder getSpawnBuilder()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;public ByzCoinProto.SpawnOrBuilder getSpawnOrBuilder()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;getSpawnOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic boolean hasInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;hasInvoke in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Invoke getInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;getInvoke in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setInvoke(ByzCoinProto.Invoke value)
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;public ByzCoinProto.Instruction.Builder setInvoke(ByzCoinProto.Invoke.Builder builderForValue)
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;public ByzCoinProto.Instruction.Builder mergeInvoke(ByzCoinProto.Invoke value)
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;public ByzCoinProto.Instruction.Builder clearInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;public ByzCoinProto.Invoke.Builder getInvokeBuilder()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;public ByzCoinProto.InvokeOrBuilder getInvokeOrBuilder()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;getInvokeOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic boolean hasDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;hasDelete in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Delete getDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;getDelete in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setDelete(ByzCoinProto.Delete value)
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;public ByzCoinProto.Instruction.Builder setDelete(ByzCoinProto.Delete.Builder builderForValue)
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;public ByzCoinProto.Instruction.Builder mergeDelete(ByzCoinProto.Delete value)
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;public ByzCoinProto.Instruction.Builder clearDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;public ByzCoinProto.Delete.Builder getDeleteBuilder()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;public ByzCoinProto.DeleteOrBuilder getDeleteOrBuilder()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;getDeleteOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic List<Long> getSignercounterList()
SignerCounter must be set to a value that is one greater than what was in the last instruction signed by the same signer. Every counter must map to the corresponding element in Signature. The initial counter is 1. Overflow is allowed.
repeated uint64 signercounter = 5 [packed = true];getSignercounterList in interface ByzCoinProto.InstructionOrBuilderpublic int getSignercounterCount()
SignerCounter must be set to a value that is one greater than what was in the last instruction signed by the same signer. Every counter must map to the corresponding element in Signature. The initial counter is 1. Overflow is allowed.
repeated uint64 signercounter = 5 [packed = true];getSignercounterCount in interface ByzCoinProto.InstructionOrBuilderpublic long getSignercounter(int index)
SignerCounter must be set to a value that is one greater than what was in the last instruction signed by the same signer. Every counter must map to the corresponding element in Signature. The initial counter is 1. Overflow is allowed.
repeated uint64 signercounter = 5 [packed = true];getSignercounter in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setSignercounter(int index, long value)
SignerCounter must be set to a value that is one greater than what was in the last instruction signed by the same signer. Every counter must map to the corresponding element in Signature. The initial counter is 1. Overflow is allowed.
repeated uint64 signercounter = 5 [packed = true];public ByzCoinProto.Instruction.Builder addSignercounter(long value)
SignerCounter must be set to a value that is one greater than what was in the last instruction signed by the same signer. Every counter must map to the corresponding element in Signature. The initial counter is 1. Overflow is allowed.
repeated uint64 signercounter = 5 [packed = true];public ByzCoinProto.Instruction.Builder addAllSignercounter(Iterable<? extends Long> values)
SignerCounter must be set to a value that is one greater than what was in the last instruction signed by the same signer. Every counter must map to the corresponding element in Signature. The initial counter is 1. Overflow is allowed.
repeated uint64 signercounter = 5 [packed = true];public ByzCoinProto.Instruction.Builder clearSignercounter()
SignerCounter must be set to a value that is one greater than what was in the last instruction signed by the same signer. Every counter must map to the corresponding element in Signature. The initial counter is 1. Overflow is allowed.
repeated uint64 signercounter = 5 [packed = true];public List<DarcProto.Identity> getSigneridentitiesList()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;getSigneridentitiesList in interface ByzCoinProto.InstructionOrBuilderpublic int getSigneridentitiesCount()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;getSigneridentitiesCount in interface ByzCoinProto.InstructionOrBuilderpublic DarcProto.Identity getSigneridentities(int index)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;getSigneridentities in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setSigneridentities(int index, DarcProto.Identity value)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder setSigneridentities(int index, DarcProto.Identity.Builder builderForValue)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder addSigneridentities(DarcProto.Identity value)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder addSigneridentities(int index, DarcProto.Identity value)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder addSigneridentities(DarcProto.Identity.Builder builderForValue)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder addSigneridentities(int index, DarcProto.Identity.Builder builderForValue)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder addAllSigneridentities(Iterable<? extends DarcProto.Identity> values)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder clearSigneridentities()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public ByzCoinProto.Instruction.Builder removeSigneridentities(int index)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public DarcProto.Identity.Builder getSigneridentitiesBuilder(int index)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public DarcProto.IdentityOrBuilder getSigneridentitiesOrBuilder(int index)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;getSigneridentitiesOrBuilder in interface ByzCoinProto.InstructionOrBuilderpublic List<? extends DarcProto.IdentityOrBuilder> getSigneridentitiesOrBuilderList()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;getSigneridentitiesOrBuilderList in interface ByzCoinProto.InstructionOrBuilderpublic DarcProto.Identity.Builder addSigneridentitiesBuilder()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public DarcProto.Identity.Builder addSigneridentitiesBuilder(int index)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public List<DarcProto.Identity.Builder> getSigneridentitiesBuilderList()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;public List<com.google.protobuf.ByteString> getSignaturesList()
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;getSignaturesList in interface ByzCoinProto.InstructionOrBuilderpublic int getSignaturesCount()
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;getSignaturesCount in interface ByzCoinProto.InstructionOrBuilderpublic com.google.protobuf.ByteString getSignatures(int index)
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;getSignatures in interface ByzCoinProto.InstructionOrBuilderpublic ByzCoinProto.Instruction.Builder setSignatures(int index, com.google.protobuf.ByteString value)
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;public ByzCoinProto.Instruction.Builder addSignatures(com.google.protobuf.ByteString value)
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;public ByzCoinProto.Instruction.Builder addAllSignatures(Iterable<? extends com.google.protobuf.ByteString> values)
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;public ByzCoinProto.Instruction.Builder clearSignatures()
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;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 © 2019. All rights reserved.