public class GetPollVotesCall extends ChainSpecificCallBuilder<GetPollVotesCall>
params| Modifier and Type | Method and Description |
|---|---|
GetPollVotesCall |
adminPassword(java.lang.String adminPassword) |
static GetPollVotesCall |
create() |
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) |
chain, chainbuild, call, callNoError, download, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, privateKey, privateKey, remote, secretPhrase, setParamValidation, sharedPiece, sharedPieceAccount, trustRemoteCertificate, unsignedLongParam, unsignedLongParampublic static GetPollVotesCall create()
public static GetPollVotesCall create(int chain)
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)
public GetPollVotesCall adminPassword(java.lang.String adminPassword)