public class SignerCounters extends Object
| Constructor and Description |
|---|
SignerCounters(ByzCoinProto.GetSignerCountersResponse proto)
Constructor for the protobuf representation
|
SignerCounters(List<Long> counters)
Constructor for a list of counters
|
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getCounters()
Getter for the counters
|
Long |
head()
Get the first counter
|
void |
increment()
Increments every counter
|
public SignerCounters(ByzCoinProto.GetSignerCountersResponse proto)
Copyright © 2019. All rights reserved.