public class GetExpectedExchangeRequestsCall extends APICall.Builder<GetExpectedExchangeRequestsCall>
params
Modifier and Type | Method and Description |
---|---|
GetExpectedExchangeRequestsCall |
account(long account) |
GetExpectedExchangeRequestsCall |
account(java.lang.String account) |
GetExpectedExchangeRequestsCall |
chain(int chain) |
GetExpectedExchangeRequestsCall |
chain(java.lang.String chain) |
static GetExpectedExchangeRequestsCall |
create(int chain) |
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, 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, remote, secretPhrase, setParamValidation, unsignedLongParam, unsignedLongParam
public static GetExpectedExchangeRequestsCall create(int chain)
public GetExpectedExchangeRequestsCall requireLastBlock(java.lang.String requireLastBlock)
public GetExpectedExchangeRequestsCall chain(java.lang.String chain)
public GetExpectedExchangeRequestsCall chain(int chain)
chain
in class APICall.Builder<GetExpectedExchangeRequestsCall>
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)