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