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 longgetPhasedTransactionId()static PhasingVotegetVote(long phasedTransactionId, long voterId)static longgetVoteCount(long phasedTransactionId)longgetVoteId()longgetVoterId()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()
-
-