Package nxt.http.callers
Class GetPhasingPollsCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetPhasingPollsCall>
-
- nxt.http.callers.GetPhasingPollsCall
-
public class GetPhasingPollsCall extends APICall.Builder<GetPhasingPollsCall>
-
-
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 GetPhasingPollsCall
countVotes(java.lang.String countVotes)
static GetPhasingPollsCall
create()
GetPhasingPollsCall
requireBlock(java.lang.String requireBlock)
GetPhasingPollsCall
requireLastBlock(java.lang.String requireLastBlock)
GetPhasingPollsCall
transaction(long... transaction)
GetPhasingPollsCall
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 GetPhasingPollsCall create()
-
requireLastBlock
public GetPhasingPollsCall requireLastBlock(java.lang.String requireLastBlock)
-
countVotes
public GetPhasingPollsCall countVotes(java.lang.String countVotes)
-
transaction
public GetPhasingPollsCall transaction(java.lang.String... transaction)
-
transaction
public GetPhasingPollsCall transaction(long... transaction)
-
requireBlock
public GetPhasingPollsCall requireBlock(java.lang.String requireBlock)
-
-