| Package | Description |
|---|---|
| ch.epfl.dedis.byzcoin |
| Modifier and Type | Method and Description |
|---|---|
StateChange |
StateChanges.get(int index)
Getter for a state change at the given index
|
StateChange |
ByzCoinRPC.getInstanceVersion(InstanceId id,
long version)
Fetches the state change for the given version and instance
|
StateChange |
ByzCoinRPC.getLastInstanceVersion(InstanceId id)
Fetches the most recent state change for the given instance
|
| Modifier and Type | Method and Description |
|---|---|
List<StateChange> |
ByzCoinRPC.getAllInstanceVersion(InstanceId id)
Fetches all the state changes of the given instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByzCoinRPC.checkStateChangeValidity(StateChange sc)
Checks if the state change is valid or has been tempered
|
Copyright © 2019. All rights reserved.