public class DelLogEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
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 |
|---|
DelLogEntry() |
public long Timestamp
public String DelegateName
public String Action
public int Votes
Copyright © 2016. All rights reserved.