| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin | |
| ch.epfl.dedis.lib.proto |
| Constructor and Description |
|---|
StateChange(ByzCoinProto.StateChange sc)
Instantiates using a state change coming from a protobuf message
|
| Constructor and Description |
|---|
StateChanges(List<ByzCoinProto.StateChange> scs)
Instantiate with a list of state changes coming from a protobuf message
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<ByzCoinProto.StateChange> |
ByzCoinProto.StateChange.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.StateChange |
ByzCoinProto.StateChange.Builder.build() |
ByzCoinProto.StateChange |
ByzCoinProto.StateChange.Builder.buildPartial() |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.getDefaultInstance() |
ByzCoinProto.StateChange |
ByzCoinProto.StateChange.getDefaultInstanceForType() |
ByzCoinProto.StateChange |
ByzCoinProto.StateChange.Builder.getDefaultInstanceForType() |
ByzCoinProto.StateChange |
ByzCoinProto.GetInstanceVersionResponseOrBuilder.getStatechange()
required .byzcoin.StateChange statechange = 1; |
ByzCoinProto.StateChange |
ByzCoinProto.GetInstanceVersionResponse.getStatechange()
required .byzcoin.StateChange statechange = 1; |
ByzCoinProto.StateChange |
ByzCoinProto.GetInstanceVersionResponse.Builder.getStatechange()
required .byzcoin.StateChange statechange = 1; |
ByzCoinProto.StateChange |
ByzCoinProto.CheckStateChangeValidityResponseOrBuilder.getStatechanges(int index)
repeated .byzcoin.StateChange statechanges = 1; |
ByzCoinProto.StateChange |
ByzCoinProto.CheckStateChangeValidityResponse.getStatechanges(int index)
repeated .byzcoin.StateChange statechanges = 1; |
ByzCoinProto.StateChange |
ByzCoinProto.CheckStateChangeValidityResponse.Builder.getStatechanges(int index)
repeated .byzcoin.StateChange statechanges = 1; |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseDelimitedFrom(InputStream input) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(byte[] data) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(ByteBuffer data) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(com.google.protobuf.ByteString data) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(com.google.protobuf.CodedInputStream input) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(InputStream input) |
static ByzCoinProto.StateChange |
ByzCoinProto.StateChange.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ByzCoinProto.StateChange> |
ByzCoinProto.StateChange.getParserForType() |
List<ByzCoinProto.StateChange> |
ByzCoinProto.CheckStateChangeValidityResponseOrBuilder.getStatechangesList()
repeated .byzcoin.StateChange statechanges = 1; |
List<ByzCoinProto.StateChange> |
ByzCoinProto.CheckStateChangeValidityResponse.getStatechangesList()
repeated .byzcoin.StateChange statechanges = 1; |
List<ByzCoinProto.StateChange> |
ByzCoinProto.CheckStateChangeValidityResponse.Builder.getStatechangesList()
repeated .byzcoin.StateChange statechanges = 1; |
static com.google.protobuf.Parser<ByzCoinProto.StateChange> |
ByzCoinProto.StateChange.parser() |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.CheckStateChangeValidityResponse.Builder |
ByzCoinProto.CheckStateChangeValidityResponse.Builder.addStatechanges(ByzCoinProto.StateChange value)
repeated .byzcoin.StateChange statechanges = 1; |
ByzCoinProto.CheckStateChangeValidityResponse.Builder |
ByzCoinProto.CheckStateChangeValidityResponse.Builder.addStatechanges(int index,
ByzCoinProto.StateChange value)
repeated .byzcoin.StateChange statechanges = 1; |
ByzCoinProto.StateChange.Builder |
ByzCoinProto.StateChange.Builder.mergeFrom(ByzCoinProto.StateChange other) |
ByzCoinProto.GetInstanceVersionResponse.Builder |
ByzCoinProto.GetInstanceVersionResponse.Builder.mergeStatechange(ByzCoinProto.StateChange value)
required .byzcoin.StateChange statechange = 1; |
static ByzCoinProto.StateChange.Builder |
ByzCoinProto.StateChange.newBuilder(ByzCoinProto.StateChange prototype) |
ByzCoinProto.GetInstanceVersionResponse.Builder |
ByzCoinProto.GetInstanceVersionResponse.Builder.setStatechange(ByzCoinProto.StateChange value)
required .byzcoin.StateChange statechange = 1; |
ByzCoinProto.CheckStateChangeValidityResponse.Builder |
ByzCoinProto.CheckStateChangeValidityResponse.Builder.setStatechanges(int index,
ByzCoinProto.StateChange value)
repeated .byzcoin.StateChange statechanges = 1; |
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.CheckStateChangeValidityResponse.Builder |
ByzCoinProto.CheckStateChangeValidityResponse.Builder.addAllStatechanges(Iterable<? extends ByzCoinProto.StateChange> values)
repeated .byzcoin.StateChange statechanges = 1; |
Copyright © 2019. All rights reserved.