public class GetExchangesCall extends APICall.Builder<GetExchangesCall>
params
Modifier and Type | Method and Description |
---|---|
GetExchangesCall |
account(long account) |
GetExchangesCall |
account(java.lang.String account) |
GetExchangesCall |
adminPassword(java.lang.String adminPassword) |
static GetExchangesCall |
create(int chain) |
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, feeNQT, feeRateNQTPerFXT, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, recipient, recipient, remote, secretPhrase, setParamValidation, sharedPiece, sharedPieceAccount, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
public static GetExchangesCall create(int chain)
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 adminPassword(java.lang.String adminPassword)
public GetExchangesCall timestamp(int timestamp)