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