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