| Package | Description |
|---|---|
| ch.epfl.dedis.lib.omniledger | |
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.ClientTransaction |
ClientTransaction.toProto()
Converts this object to the protobuf representation.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<OmniLedgerProto.ClientTransaction> |
OmniLedgerProto.ClientTransaction.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.Builder.build() |
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.Builder.buildPartial() |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.getDefaultInstance() |
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.getDefaultInstanceForType() |
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.Builder.getDefaultInstanceForType() |
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.AddTxRequestOrBuilder.getTransaction()
Transaction to be applied to the kv-store
|
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.AddTxRequest.getTransaction()
Transaction to be applied to the kv-store
|
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.AddTxRequest.Builder.getTransaction()
Transaction to be applied to the kv-store
|
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.DataBodyOrBuilder.getTransactions(int index)
repeated .omniledger.ClientTransaction transactions = 1; |
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.DataBody.getTransactions(int index)
repeated .omniledger.ClientTransaction transactions = 1; |
OmniLedgerProto.ClientTransaction |
OmniLedgerProto.DataBody.Builder.getTransactions(int index)
repeated .omniledger.ClientTransaction transactions = 1; |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseDelimitedFrom(InputStream input) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(byte[] data) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(ByteBuffer data) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(com.google.protobuf.ByteString data) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(com.google.protobuf.CodedInputStream input) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(InputStream input) |
static OmniLedgerProto.ClientTransaction |
OmniLedgerProto.ClientTransaction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OmniLedgerProto.ClientTransaction> |
OmniLedgerProto.ClientTransaction.getParserForType() |
List<OmniLedgerProto.ClientTransaction> |
OmniLedgerProto.DataBodyOrBuilder.getTransactionsList()
repeated .omniledger.ClientTransaction transactions = 1; |
List<OmniLedgerProto.ClientTransaction> |
OmniLedgerProto.DataBody.getTransactionsList()
repeated .omniledger.ClientTransaction transactions = 1; |
List<OmniLedgerProto.ClientTransaction> |
OmniLedgerProto.DataBody.Builder.getTransactionsList()
repeated .omniledger.ClientTransaction transactions = 1; |
static com.google.protobuf.Parser<OmniLedgerProto.ClientTransaction> |
OmniLedgerProto.ClientTransaction.parser() |
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addTransactions(int index,
OmniLedgerProto.ClientTransaction value)
repeated .omniledger.ClientTransaction transactions = 1; |
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addTransactions(OmniLedgerProto.ClientTransaction value)
repeated .omniledger.ClientTransaction transactions = 1; |
OmniLedgerProto.ClientTransaction.Builder |
OmniLedgerProto.ClientTransaction.Builder.mergeFrom(OmniLedgerProto.ClientTransaction other) |
OmniLedgerProto.AddTxRequest.Builder |
OmniLedgerProto.AddTxRequest.Builder.mergeTransaction(OmniLedgerProto.ClientTransaction value)
Transaction to be applied to the kv-store
|
static OmniLedgerProto.ClientTransaction.Builder |
OmniLedgerProto.ClientTransaction.newBuilder(OmniLedgerProto.ClientTransaction prototype) |
OmniLedgerProto.AddTxRequest.Builder |
OmniLedgerProto.AddTxRequest.Builder.setTransaction(OmniLedgerProto.ClientTransaction value)
Transaction to be applied to the kv-store
|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.setTransactions(int index,
OmniLedgerProto.ClientTransaction value)
repeated .omniledger.ClientTransaction transactions = 1; |
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.DataBody.Builder |
OmniLedgerProto.DataBody.Builder.addAllTransactions(Iterable<? extends OmniLedgerProto.ClientTransaction> values)
repeated .omniledger.ClientTransaction transactions = 1; |
Copyright © 2018. All rights reserved.