public class DelegateLogsEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
DelegateAction |
action
How the delegate voted (FOR, AGAINST, or WITHDREW).
|
String |
delegateName
Name of the delegate that made the vote.
|
long |
timestamp
UNIX timestamp of when the vote was made.
|
int |
votes
The voting power with which the delegate voted (always 0 if WITHDREW).
|
| Constructor and Description |
|---|
DelegateLogsEntry() |
public long timestamp
public String delegateName
public DelegateAction action
public int votes
Copyright © 2017. All rights reserved.