public class GetBlocksCall extends APICall.Builder<GetBlocksCall>
params
Modifier and Type | Method and 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) |
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 GetBlocksCall create()
public GetBlocksCall requireLastBlock(java.lang.String requireLastBlock)
public GetBlocksCall includeExecutedPhased(boolean includeExecutedPhased)
public GetBlocksCall includeTransactions(boolean includeTransactions)
public GetBlocksCall firstIndex(int firstIndex)
public GetBlocksCall lastIndex(int lastIndex)
public GetBlocksCall requireBlock(java.lang.String requireBlock)
public GetBlocksCall timestamp(int timestamp)