| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin.transaction | |
| ch.epfl.dedis.lib.proto |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Instruction |
Instruction.toProto()
Converts this object to the protobuf representation.
|
| Constructor and Description |
|---|
Instruction(ByzCoinProto.Instruction inst) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<ByzCoinProto.Instruction> |
ByzCoinProto.Instruction.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Instruction |
ByzCoinProto.Instruction.Builder.build() |
ByzCoinProto.Instruction |
ByzCoinProto.Instruction.Builder.buildPartial() |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.getDefaultInstance() |
ByzCoinProto.Instruction |
ByzCoinProto.Instruction.getDefaultInstanceForType() |
ByzCoinProto.Instruction |
ByzCoinProto.Instruction.Builder.getDefaultInstanceForType() |
ByzCoinProto.Instruction |
ByzCoinProto.ClientTransactionOrBuilder.getInstructions(int index)
repeated .byzcoin.Instruction instructions = 1; |
ByzCoinProto.Instruction |
ByzCoinProto.ClientTransaction.getInstructions(int index)
repeated .byzcoin.Instruction instructions = 1; |
ByzCoinProto.Instruction |
ByzCoinProto.ClientTransaction.Builder.getInstructions(int index)
repeated .byzcoin.Instruction instructions = 1; |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseDelimitedFrom(InputStream input) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(byte[] data) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(ByteBuffer data) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(com.google.protobuf.ByteString data) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(com.google.protobuf.CodedInputStream input) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(InputStream input) |
static ByzCoinProto.Instruction |
ByzCoinProto.Instruction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ByzCoinProto.Instruction> |
ByzCoinProto.ClientTransactionOrBuilder.getInstructionsList()
repeated .byzcoin.Instruction instructions = 1; |
List<ByzCoinProto.Instruction> |
ByzCoinProto.ClientTransaction.getInstructionsList()
repeated .byzcoin.Instruction instructions = 1; |
List<ByzCoinProto.Instruction> |
ByzCoinProto.ClientTransaction.Builder.getInstructionsList()
repeated .byzcoin.Instruction instructions = 1; |
com.google.protobuf.Parser<ByzCoinProto.Instruction> |
ByzCoinProto.Instruction.getParserForType() |
static com.google.protobuf.Parser<ByzCoinProto.Instruction> |
ByzCoinProto.Instruction.parser() |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.ClientTransaction.Builder |
ByzCoinProto.ClientTransaction.Builder.addInstructions(ByzCoinProto.Instruction value)
repeated .byzcoin.Instruction instructions = 1; |
ByzCoinProto.ClientTransaction.Builder |
ByzCoinProto.ClientTransaction.Builder.addInstructions(int index,
ByzCoinProto.Instruction value)
repeated .byzcoin.Instruction instructions = 1; |
ByzCoinProto.Instruction.Builder |
ByzCoinProto.Instruction.Builder.mergeFrom(ByzCoinProto.Instruction other) |
static ByzCoinProto.Instruction.Builder |
ByzCoinProto.Instruction.newBuilder(ByzCoinProto.Instruction prototype) |
ByzCoinProto.ClientTransaction.Builder |
ByzCoinProto.ClientTransaction.Builder.setInstructions(int index,
ByzCoinProto.Instruction value)
repeated .byzcoin.Instruction instructions = 1; |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.ClientTransaction.Builder |
ByzCoinProto.ClientTransaction.Builder.addAllInstructions(Iterable<? extends ByzCoinProto.Instruction> values)
repeated .byzcoin.Instruction instructions = 1; |
Copyright © 2018. All rights reserved.