Package nxt
Class PhasingVote
- java.lang.Object
-
- nxt.PhasingVote
-
public class PhasingVote extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPhasedTransactionId()
static PhasingVote
getVote(long phasedTransactionId, long voterId)
static long
getVoteCount(long phasedTransactionId)
long
getVoteId()
long
getVoterId()
static DbIterator<PhasingVote>
getVotes(long phasedTransactionId, int from, int to)
-
-
-
Method Detail
-
getVotes
public static DbIterator<PhasingVote> getVotes(long phasedTransactionId, int from, int to)
-
getVote
public static PhasingVote getVote(long phasedTransactionId, long voterId)
-
getVoteCount
public static long getVoteCount(long phasedTransactionId)
-
getPhasedTransactionId
public long getPhasedTransactionId()
-
getVoterId
public long getVoterId()
-
getVoteId
public long getVoteId()
-
-