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