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