Package nxt.http.callers
Class GetPhasingPollVotesCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetPhasingPollVotesCall>
-
- nxt.http.callers.GetPhasingPollVotesCall
-
public class GetPhasingPollVotesCall extends APICall.Builder<GetPhasingPollVotesCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPhasingPollVotesCall
create()
GetPhasingPollVotesCall
firstIndex(int firstIndex)
GetPhasingPollVotesCall
lastIndex(int lastIndex)
GetPhasingPollVotesCall
requireBlock(java.lang.String requireBlock)
GetPhasingPollVotesCall
requireLastBlock(java.lang.String requireLastBlock)
GetPhasingPollVotesCall
transaction(long transaction)
GetPhasingPollVotesCall
transaction(java.lang.String transaction)
-
Methods inherited from class nxt.http.APICall.Builder
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static GetPhasingPollVotesCall create()
-
requireLastBlock
public GetPhasingPollVotesCall requireLastBlock(java.lang.String requireLastBlock)
-
firstIndex
public GetPhasingPollVotesCall firstIndex(int firstIndex)
-
lastIndex
public GetPhasingPollVotesCall lastIndex(int lastIndex)
-
transaction
public GetPhasingPollVotesCall transaction(java.lang.String transaction)
-
transaction
public GetPhasingPollVotesCall transaction(long transaction)
-
requireBlock
public GetPhasingPollVotesCall requireBlock(java.lang.String requireBlock)
-
-