| Package | Description |
|---|---|
| ch.epfl.dedis.lib.proto |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.addAllArgs(Iterable<? extends ByzCoinProto.Argument> values)
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.addArgs(ByzCoinProto.Argument.Builder builderForValue)
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.addArgs(ByzCoinProto.Argument value)
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.addArgs(int index,
ByzCoinProto.Argument.Builder builderForValue)
Args holds all data necessary for the successful execution of the command.
|
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.Invoke.Builder |
ByzCoinProto.Invoke.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.clear() |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.clearArgs()
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.clearCommand()
Command is interpreted by the contract.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.clearContractid()
ContractID represents the kind of contract that is being invoked.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.clone() |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Instruction.Builder.getInvokeBuilder()
Invoke calls a method of an existing instance.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.mergeFrom(ByzCoinProto.Invoke other) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.mergeFrom(com.google.protobuf.Message other) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.newBuilder() |
static ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.newBuilder(ByzCoinProto.Invoke prototype) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.newBuilderForType() |
protected ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.removeArgs(int index)
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setArgs(int index,
ByzCoinProto.Argument.Builder builderForValue)
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setArgs(int index,
ByzCoinProto.Argument value)
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setCommand(String value)
Command is interpreted by the contract.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setCommandBytes(com.google.protobuf.ByteString value)
Command is interpreted by the contract.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setContractid(String value)
ContractID represents the kind of contract that is being invoked.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setContractidBytes(com.google.protobuf.ByteString value)
ContractID represents the kind of contract that is being invoked.
|
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ByzCoinProto.Invoke.Builder |
ByzCoinProto.Invoke.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Instruction.Builder |
ByzCoinProto.Instruction.Builder.setInvoke(ByzCoinProto.Invoke.Builder builderForValue)
Invoke calls a method of an existing instance.
|
Copyright © 2019. All rights reserved.