public static interface ByzCoinProto.InstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Delete |
getDelete()
Delete removes the given instance.
|
ByzCoinProto.DeleteOrBuilder |
getDeleteOrBuilder()
Delete removes the given instance.
|
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.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.
|
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.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;boolean hasSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;ByzCoinProto.Spawn getSpawn()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;ByzCoinProto.SpawnOrBuilder getSpawnOrBuilder()
Spawn creates a new instance.
optional .byzcoin.Spawn spawn = 2;boolean hasInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;ByzCoinProto.Invoke getInvoke()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;ByzCoinProto.InvokeOrBuilder getInvokeOrBuilder()
Invoke calls a method of an existing instance.
optional .byzcoin.Invoke invoke = 3;boolean hasDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;ByzCoinProto.Delete getDelete()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;ByzCoinProto.DeleteOrBuilder getDeleteOrBuilder()
Delete removes the given instance.
optional .byzcoin.Delete delete = 4;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];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];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];List<DarcProto.Identity> getSigneridentitiesList()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;DarcProto.Identity getSigneridentities(int index)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;int getSigneridentitiesCount()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;List<? extends DarcProto.IdentityOrBuilder> getSigneridentitiesOrBuilderList()
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;DarcProto.IdentityOrBuilder getSigneridentitiesOrBuilder(int index)
SignerIdentities are the identities of all the signers.
repeated .darc.Identity signeridentities = 6;List<com.google.protobuf.ByteString> getSignaturesList()
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;int getSignaturesCount()
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;com.google.protobuf.ByteString getSignatures(int index)
Signatures that are verified using the Darc controlling access to the instance.
repeated bytes signatures = 7;Copyright © 2019. All rights reserved.