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