public class GetPollVotesCall extends APICall.Builder<GetPollVotesCall>
params
Modifier and Type | Method and Description |
---|---|
GetPollVotesCall |
adminPassword(java.lang.String adminPassword) |
GetPollVotesCall |
chain(int chain) |
GetPollVotesCall |
chain(java.lang.String chain) |
static GetPollVotesCall |
create(int chain) |
GetPollVotesCall |
firstIndex(int firstIndex) |
GetPollVotesCall |
includeWeights(boolean includeWeights) |
GetPollVotesCall |
lastIndex(int lastIndex) |
GetPollVotesCall |
poll(long poll) |
GetPollVotesCall |
poll(java.lang.String poll) |
GetPollVotesCall |
requireBlock(java.lang.String requireBlock) |
GetPollVotesCall |
requireLastBlock(java.lang.String requireLastBlock) |
build, call, download, feeNQT, feeRateNQTPerFXT, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, recipient, remote, secretPhrase, setParamValidation, unsignedLongParam, unsignedLongParam
public static GetPollVotesCall create(int chain)
public GetPollVotesCall requireLastBlock(java.lang.String requireLastBlock)
public GetPollVotesCall chain(java.lang.String chain)
public GetPollVotesCall chain(int chain)
chain
in class APICall.Builder<GetPollVotesCall>
public GetPollVotesCall firstIndex(int firstIndex)
public GetPollVotesCall includeWeights(boolean includeWeights)
public GetPollVotesCall lastIndex(int lastIndex)
public GetPollVotesCall poll(java.lang.String poll)
public GetPollVotesCall poll(long poll)
public GetPollVotesCall requireBlock(java.lang.String requireBlock)
public GetPollVotesCall adminPassword(java.lang.String adminPassword)