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