Package nxt.http.callers
Class GetBlocksCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetBlocksCall>
-
- nxt.http.callers.GetBlocksCall
-
public class GetBlocksCall extends APICall.Builder<GetBlocksCall>
-
-
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 GetBlocksCall
create()
GetBlocksCall
firstIndex(int firstIndex)
GetBlocksCall
includeExecutedPhased(boolean includeExecutedPhased)
GetBlocksCall
includeTransactions(boolean includeTransactions)
GetBlocksCall
lastIndex(int lastIndex)
GetBlocksCall
requireBlock(java.lang.String requireBlock)
GetBlocksCall
requireLastBlock(java.lang.String requireLastBlock)
GetBlocksCall
timestamp(int timestamp)
-
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 GetBlocksCall create()
-
requireLastBlock
public GetBlocksCall requireLastBlock(java.lang.String requireLastBlock)
-
includeExecutedPhased
public GetBlocksCall includeExecutedPhased(boolean includeExecutedPhased)
-
includeTransactions
public GetBlocksCall includeTransactions(boolean includeTransactions)
-
firstIndex
public GetBlocksCall firstIndex(int firstIndex)
-
lastIndex
public GetBlocksCall lastIndex(int lastIndex)
-
requireBlock
public GetBlocksCall requireBlock(java.lang.String requireBlock)
-
timestamp
public GetBlocksCall timestamp(int timestamp)
-
-