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