public class GetPollVotesCall extends APICall.Builder<GetPollVotesCall>
params
Modifier and Type | Method and Description |
---|---|
static GetPollVotesCall |
create() |
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, 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
public static GetPollVotesCall create()
public GetPollVotesCall requireLastBlock(java.lang.String requireLastBlock)
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)