public static final class TransactionProto.Instruction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransactionProto.Instruction.Builder> implements TransactionProto.InstructionOrBuilder
Instruction holds only one of Spawn, Invoke, or DeleteProtobuf type
Instruction| Modifier and Type | Method and Description |
|---|---|
TransactionProto.Instruction.Builder |
addAllSignatures(Iterable<? extends DarcProto.Signature> values)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionProto.Instruction.Builder |
addSignatures(DarcProto.Signature.Builder builderForValue)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
addSignatures(DarcProto.Signature value)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
addSignatures(int index,
DarcProto.Signature.Builder builderForValue)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
addSignatures(int index,
DarcProto.Signature value)
Signatures that can be verified using the darc defined by the objectID.
|
DarcProto.Signature.Builder |
addSignaturesBuilder()
Signatures that can be verified using the darc defined by the objectID.
|
DarcProto.Signature.Builder |
addSignaturesBuilder(int index)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction |
build() |
TransactionProto.Instruction |
buildPartial() |
TransactionProto.Instruction.Builder |
clear() |
TransactionProto.Instruction.Builder |
clearDelete()
Delete removes the given object
|
TransactionProto.Instruction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionProto.Instruction.Builder |
clearIndex()
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
|
TransactionProto.Instruction.Builder |
clearInvoke()
Invoke calls a method of an existing object
|
TransactionProto.Instruction.Builder |
clearLength()
Length is the total number of instructions in this clientTransaction
|
TransactionProto.Instruction.Builder |
clearNonce()
Nonce is monotonically increasing with regard to the darc in the objectID
and used to prevent replay attacks.
|
TransactionProto.Instruction.Builder |
clearObjectid()
ObjectID holds the id of the existing object that can spawn new objects.
|
TransactionProto.Instruction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionProto.Instruction.Builder |
clearSignatures()
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
clearSpawn()
Spawn creates a new object
|
TransactionProto.Instruction.Builder |
clone() |
TransactionProto.Instruction |
getDefaultInstanceForType() |
TransactionProto.Delete |
getDelete()
Delete removes the given object
|
TransactionProto.Delete.Builder |
getDeleteBuilder()
Delete removes the given object
|
TransactionProto.DeleteOrBuilder |
getDeleteOrBuilder()
Delete removes the given object
|
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.
|
TransactionProto.Invoke |
getInvoke()
Invoke calls a method of an existing object
|
TransactionProto.Invoke.Builder |
getInvokeBuilder()
Invoke calls a method of an existing object
|
TransactionProto.InvokeOrBuilder |
getInvokeOrBuilder()
Invoke calls a method of an existing object
|
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 in the objectID
and used to prevent replay attacks.
|
TransactionProto.ObjectID |
getObjectid()
ObjectID holds the id of the existing object that can spawn new objects.
|
TransactionProto.ObjectID.Builder |
getObjectidBuilder()
ObjectID holds the id of the existing object that can spawn new objects.
|
TransactionProto.ObjectIDOrBuilder |
getObjectidOrBuilder()
ObjectID holds the id of the existing object that can spawn new objects.
|
DarcProto.Signature |
getSignatures(int index)
Signatures that can be verified using the darc defined by the objectID.
|
DarcProto.Signature.Builder |
getSignaturesBuilder(int index)
Signatures that can be verified using the darc defined by the objectID.
|
List<DarcProto.Signature.Builder> |
getSignaturesBuilderList()
Signatures that can be verified using the darc defined by the objectID.
|
int |
getSignaturesCount()
Signatures that can be verified using the darc defined by the objectID.
|
List<DarcProto.Signature> |
getSignaturesList()
Signatures that can be verified using the darc defined by the objectID.
|
DarcProto.SignatureOrBuilder |
getSignaturesOrBuilder(int index)
Signatures that can be verified using the darc defined by the objectID.
|
List<? extends DarcProto.SignatureOrBuilder> |
getSignaturesOrBuilderList()
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Spawn |
getSpawn()
Spawn creates a new object
|
TransactionProto.Spawn.Builder |
getSpawnBuilder()
Spawn creates a new object
|
TransactionProto.SpawnOrBuilder |
getSpawnOrBuilder()
Spawn creates a new object
|
boolean |
hasDelete()
Delete removes the given object
|
boolean |
hasIndex()
Index and length prevent a leader from censoring specific instructions from
a client and still keep the other instructions valid.
|
boolean |
hasInvoke()
Invoke calls a method of an existing object
|
boolean |
hasLength()
Length is the total number of instructions in this clientTransaction
|
boolean |
hasNonce()
Nonce is monotonically increasing with regard to the darc in the objectID
and used to prevent replay attacks.
|
boolean |
hasObjectid()
ObjectID holds the id of the existing object that can spawn new objects.
|
boolean |
hasSpawn()
Spawn creates a new object
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransactionProto.Instruction.Builder |
mergeDelete(TransactionProto.Delete value)
Delete removes the given object
|
TransactionProto.Instruction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionProto.Instruction.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransactionProto.Instruction.Builder |
mergeFrom(TransactionProto.Instruction other) |
TransactionProto.Instruction.Builder |
mergeInvoke(TransactionProto.Invoke value)
Invoke calls a method of an existing object
|
TransactionProto.Instruction.Builder |
mergeObjectid(TransactionProto.ObjectID value)
ObjectID holds the id of the existing object that can spawn new objects.
|
TransactionProto.Instruction.Builder |
mergeSpawn(TransactionProto.Spawn value)
Spawn creates a new object
|
TransactionProto.Instruction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionProto.Instruction.Builder |
removeSignatures(int index)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
setDelete(TransactionProto.Delete.Builder builderForValue)
Delete removes the given object
|
TransactionProto.Instruction.Builder |
setDelete(TransactionProto.Delete value)
Delete removes the given object
|
TransactionProto.Instruction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionProto.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.
|
TransactionProto.Instruction.Builder |
setInvoke(TransactionProto.Invoke.Builder builderForValue)
Invoke calls a method of an existing object
|
TransactionProto.Instruction.Builder |
setInvoke(TransactionProto.Invoke value)
Invoke calls a method of an existing object
|
TransactionProto.Instruction.Builder |
setLength(int value)
Length is the total number of instructions in this clientTransaction
|
TransactionProto.Instruction.Builder |
setNonce(com.google.protobuf.ByteString value)
Nonce is monotonically increasing with regard to the darc in the objectID
and used to prevent replay attacks.
|
TransactionProto.Instruction.Builder |
setObjectid(TransactionProto.ObjectID.Builder builderForValue)
ObjectID holds the id of the existing object that can spawn new objects.
|
TransactionProto.Instruction.Builder |
setObjectid(TransactionProto.ObjectID value)
ObjectID holds the id of the existing object that can spawn new objects.
|
TransactionProto.Instruction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionProto.Instruction.Builder |
setSignatures(int index,
DarcProto.Signature.Builder builderForValue)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
setSignatures(int index,
DarcProto.Signature value)
Signatures that can be verified using the darc defined by the objectID.
|
TransactionProto.Instruction.Builder |
setSpawn(TransactionProto.Spawn.Builder builderForValue)
Spawn creates a new object
|
TransactionProto.Instruction.Builder |
setSpawn(TransactionProto.Spawn value)
Spawn creates a new object
|
TransactionProto.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<TransactionProto.Instruction.Builder>public TransactionProto.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<TransactionProto.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<TransactionProto.Instruction.Builder>public TransactionProto.Instruction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransactionProto.Instruction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransactionProto.Instruction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransactionProto.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<TransactionProto.Instruction.Builder>public TransactionProto.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<TransactionProto.Instruction.Builder>public TransactionProto.Instruction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionProto.Instruction.Builder>public TransactionProto.Instruction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionProto.Instruction.Builder>public TransactionProto.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<TransactionProto.Instruction.Builder>public TransactionProto.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<TransactionProto.Instruction.Builder>public TransactionProto.Instruction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionProto.Instruction.Builder>public TransactionProto.Instruction.Builder mergeFrom(TransactionProto.Instruction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionProto.Instruction.Builder>public TransactionProto.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<TransactionProto.Instruction.Builder>IOExceptionpublic boolean hasObjectid()
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;hasObjectid in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.ObjectID getObjectid()
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;getObjectid in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Instruction.Builder setObjectid(TransactionProto.ObjectID value)
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;public TransactionProto.Instruction.Builder setObjectid(TransactionProto.ObjectID.Builder builderForValue)
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;public TransactionProto.Instruction.Builder mergeObjectid(TransactionProto.ObjectID value)
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;public TransactionProto.Instruction.Builder clearObjectid()
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;public TransactionProto.ObjectID.Builder getObjectidBuilder()
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;public TransactionProto.ObjectIDOrBuilder getObjectidOrBuilder()
ObjectID holds the id of the existing object that can spawn new objects.
It is composed of the Darc-ID + a random value generated by omniledger.
required .ObjectID objectid = 1;getObjectidOrBuilder in interface TransactionProto.InstructionOrBuilderpublic boolean hasNonce()
Nonce is monotonically increasing with regard to the darc in the objectID
and used to prevent replay attacks.
The client has to track which is the current nonce of a darc-ID.
required bytes nonce = 2;hasNonce in interface TransactionProto.InstructionOrBuilderpublic com.google.protobuf.ByteString getNonce()
Nonce is monotonically increasing with regard to the darc in the objectID
and used to prevent replay attacks.
The client has to track which is the current nonce of a darc-ID.
required bytes nonce = 2;getNonce in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Instruction.Builder setNonce(com.google.protobuf.ByteString value)
Nonce is monotonically increasing with regard to the darc in the objectID
and used to prevent replay attacks.
The client has to track which is the current nonce of a darc-ID.
required bytes nonce = 2;public TransactionProto.Instruction.Builder clearNonce()
Nonce is monotonically increasing with regard to the darc in the objectID
and used to prevent replay attacks.
The client has to track which is the current nonce of a darc-ID.
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 TransactionProto.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 TransactionProto.InstructionOrBuilderpublic TransactionProto.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 TransactionProto.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 TransactionProto.InstructionOrBuilderpublic int getLength()
Length is the total number of instructions in this clientTransaction
required sint32 length = 4;getLength in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Instruction.Builder setLength(int value)
Length is the total number of instructions in this clientTransaction
required sint32 length = 4;public TransactionProto.Instruction.Builder clearLength()
Length is the total number of instructions in this clientTransaction
required sint32 length = 4;public boolean hasSpawn()
Spawn creates a new object
optional .Spawn spawn = 5;hasSpawn in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Spawn getSpawn()
Spawn creates a new object
optional .Spawn spawn = 5;getSpawn in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Instruction.Builder setSpawn(TransactionProto.Spawn value)
Spawn creates a new object
optional .Spawn spawn = 5;public TransactionProto.Instruction.Builder setSpawn(TransactionProto.Spawn.Builder builderForValue)
Spawn creates a new object
optional .Spawn spawn = 5;public TransactionProto.Instruction.Builder mergeSpawn(TransactionProto.Spawn value)
Spawn creates a new object
optional .Spawn spawn = 5;public TransactionProto.Instruction.Builder clearSpawn()
Spawn creates a new object
optional .Spawn spawn = 5;public TransactionProto.Spawn.Builder getSpawnBuilder()
Spawn creates a new object
optional .Spawn spawn = 5;public TransactionProto.SpawnOrBuilder getSpawnOrBuilder()
Spawn creates a new object
optional .Spawn spawn = 5;getSpawnOrBuilder in interface TransactionProto.InstructionOrBuilderpublic boolean hasInvoke()
Invoke calls a method of an existing object
optional .Invoke invoke = 6;hasInvoke in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Invoke getInvoke()
Invoke calls a method of an existing object
optional .Invoke invoke = 6;getInvoke in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Instruction.Builder setInvoke(TransactionProto.Invoke value)
Invoke calls a method of an existing object
optional .Invoke invoke = 6;public TransactionProto.Instruction.Builder setInvoke(TransactionProto.Invoke.Builder builderForValue)
Invoke calls a method of an existing object
optional .Invoke invoke = 6;public TransactionProto.Instruction.Builder mergeInvoke(TransactionProto.Invoke value)
Invoke calls a method of an existing object
optional .Invoke invoke = 6;public TransactionProto.Instruction.Builder clearInvoke()
Invoke calls a method of an existing object
optional .Invoke invoke = 6;public TransactionProto.Invoke.Builder getInvokeBuilder()
Invoke calls a method of an existing object
optional .Invoke invoke = 6;public TransactionProto.InvokeOrBuilder getInvokeOrBuilder()
Invoke calls a method of an existing object
optional .Invoke invoke = 6;getInvokeOrBuilder in interface TransactionProto.InstructionOrBuilderpublic boolean hasDelete()
Delete removes the given object
optional .Delete delete = 7;hasDelete in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Delete getDelete()
Delete removes the given object
optional .Delete delete = 7;getDelete in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Instruction.Builder setDelete(TransactionProto.Delete value)
Delete removes the given object
optional .Delete delete = 7;public TransactionProto.Instruction.Builder setDelete(TransactionProto.Delete.Builder builderForValue)
Delete removes the given object
optional .Delete delete = 7;public TransactionProto.Instruction.Builder mergeDelete(TransactionProto.Delete value)
Delete removes the given object
optional .Delete delete = 7;public TransactionProto.Instruction.Builder clearDelete()
Delete removes the given object
optional .Delete delete = 7;public TransactionProto.Delete.Builder getDeleteBuilder()
Delete removes the given object
optional .Delete delete = 7;public TransactionProto.DeleteOrBuilder getDeleteOrBuilder()
Delete removes the given object
optional .Delete delete = 7;getDeleteOrBuilder in interface TransactionProto.InstructionOrBuilderpublic List<DarcProto.Signature> getSignaturesList()
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;getSignaturesList in interface TransactionProto.InstructionOrBuilderpublic int getSignaturesCount()
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;getSignaturesCount in interface TransactionProto.InstructionOrBuilderpublic DarcProto.Signature getSignatures(int index)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;getSignatures in interface TransactionProto.InstructionOrBuilderpublic TransactionProto.Instruction.Builder setSignatures(int index, DarcProto.Signature value)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder setSignatures(int index, DarcProto.Signature.Builder builderForValue)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder addSignatures(DarcProto.Signature value)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder addSignatures(int index, DarcProto.Signature value)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder addSignatures(DarcProto.Signature.Builder builderForValue)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder addSignatures(int index, DarcProto.Signature.Builder builderForValue)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder addAllSignatures(Iterable<? extends DarcProto.Signature> values)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder clearSignatures()
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public TransactionProto.Instruction.Builder removeSignatures(int index)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public DarcProto.Signature.Builder getSignaturesBuilder(int index)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public DarcProto.SignatureOrBuilder getSignaturesOrBuilder(int index)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;getSignaturesOrBuilder in interface TransactionProto.InstructionOrBuilderpublic List<? extends DarcProto.SignatureOrBuilder> getSignaturesOrBuilderList()
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;getSignaturesOrBuilderList in interface TransactionProto.InstructionOrBuilderpublic DarcProto.Signature.Builder addSignaturesBuilder()
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public DarcProto.Signature.Builder addSignaturesBuilder(int index)
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public List<DarcProto.Signature.Builder> getSignaturesBuilderList()
Signatures that can be verified using the darc defined by the objectID.
repeated .Signature signatures = 8;public final TransactionProto.Instruction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionProto.Instruction.Builder>public final TransactionProto.Instruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionProto.Instruction.Builder>Copyright © 2018. All rights reserved.