public class StateChanges extends Object
| Constructor and Description |
|---|
StateChanges(List<ByzCoinProto.StateChange> scs)
Instantiate with a list of state changes coming from a protobuf message
|
| Modifier and Type | Method and Description |
|---|---|
StateChange |
get(int index)
Getter for a state change at the given index
|
com.google.protobuf.ByteString |
getHash()
Getter for the hash
|
public StateChanges(List<ByzCoinProto.StateChange> scs)
scs - the list of state changespublic StateChange get(int index)
index - the index of the state changepublic com.google.protobuf.ByteString getHash()
Copyright © 2019. All rights reserved.