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