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