| Package | Description |
|---|---|
| ch.epfl.dedis.lib.omniledger | |
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.Argument |
Argument.toProto()
Converts this object to the protobuf representation.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<TransactionProto.Argument> |
TransactionProto.Argument.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.Argument |
TransactionProto.Argument.Builder.build() |
TransactionProto.Argument |
TransactionProto.Argument.Builder.buildPartial() |
TransactionProto.Argument |
TransactionProto.SpawnOrBuilder.getArgs(int index)
args holds all data necessary to spawn the new object.
|
TransactionProto.Argument |
TransactionProto.Spawn.getArgs(int index)
args holds all data necessary to spawn the new object.
|
TransactionProto.Argument |
TransactionProto.Spawn.Builder.getArgs(int index)
args holds all data necessary to spawn the new object.
|
TransactionProto.Argument |
TransactionProto.InvokeOrBuilder.getArgs(int index)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Argument |
TransactionProto.Invoke.getArgs(int index)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Argument |
TransactionProto.Invoke.Builder.getArgs(int index)
args holds all data necessary for the successful execution of the command.
|
static TransactionProto.Argument |
TransactionProto.Argument.getDefaultInstance() |
TransactionProto.Argument |
TransactionProto.Argument.getDefaultInstanceForType() |
TransactionProto.Argument |
TransactionProto.Argument.Builder.getDefaultInstanceForType() |
static TransactionProto.Argument |
TransactionProto.Argument.parseDelimitedFrom(InputStream input) |
static TransactionProto.Argument |
TransactionProto.Argument.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(byte[] data) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(ByteBuffer data) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(com.google.protobuf.ByteString data) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(InputStream input) |
static TransactionProto.Argument |
TransactionProto.Argument.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionProto.Argument> |
TransactionProto.SpawnOrBuilder.getArgsList()
args holds all data necessary to spawn the new object.
|
List<TransactionProto.Argument> |
TransactionProto.Spawn.getArgsList()
args holds all data necessary to spawn the new object.
|
List<TransactionProto.Argument> |
TransactionProto.Spawn.Builder.getArgsList()
args holds all data necessary to spawn the new object.
|
List<TransactionProto.Argument> |
TransactionProto.InvokeOrBuilder.getArgsList()
args holds all data necessary for the successful execution of the command.
|
List<TransactionProto.Argument> |
TransactionProto.Invoke.getArgsList()
args holds all data necessary for the successful execution of the command.
|
List<TransactionProto.Argument> |
TransactionProto.Invoke.Builder.getArgsList()
args holds all data necessary for the successful execution of the command.
|
com.google.protobuf.Parser<TransactionProto.Argument> |
TransactionProto.Argument.getParserForType() |
static com.google.protobuf.Parser<TransactionProto.Argument> |
TransactionProto.Argument.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.Spawn.Builder |
TransactionProto.Spawn.Builder.addArgs(int index,
TransactionProto.Argument value)
args holds all data necessary to spawn the new object.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addArgs(int index,
TransactionProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Spawn.Builder |
TransactionProto.Spawn.Builder.addArgs(TransactionProto.Argument value)
args holds all data necessary to spawn the new object.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addArgs(TransactionProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
TransactionProto.Argument.Builder |
TransactionProto.Argument.Builder.mergeFrom(TransactionProto.Argument other) |
static TransactionProto.Argument.Builder |
TransactionProto.Argument.newBuilder(TransactionProto.Argument prototype) |
TransactionProto.Spawn.Builder |
TransactionProto.Spawn.Builder.setArgs(int index,
TransactionProto.Argument value)
args holds all data necessary to spawn the new object.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.setArgs(int index,
TransactionProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.Spawn.Builder |
TransactionProto.Spawn.Builder.addAllArgs(Iterable<? extends TransactionProto.Argument> values)
args holds all data necessary to spawn the new object.
|
TransactionProto.Invoke.Builder |
TransactionProto.Invoke.Builder.addAllArgs(Iterable<? extends TransactionProto.Argument> values)
args holds all data necessary for the successful execution of the command.
|
Copyright © 2018. All rights reserved.