public class GetAccountExchangeRequestsCall extends APICall.Builder
params
Modifier and Type | Method and Description |
---|---|
GetAccountExchangeRequestsCall |
account(long account) |
GetAccountExchangeRequestsCall |
account(java.lang.String account) |
GetAccountExchangeRequestsCall |
chain(int chain) |
GetAccountExchangeRequestsCall |
chain(java.lang.String chain) |
static GetAccountExchangeRequestsCall |
create(int chain) |
GetAccountExchangeRequestsCall |
currency(long currency) |
GetAccountExchangeRequestsCall |
currency(java.lang.String currency) |
GetAccountExchangeRequestsCall |
firstIndex(int firstIndex) |
GetAccountExchangeRequestsCall |
includeCurrencyInfo(boolean includeCurrencyInfo) |
GetAccountExchangeRequestsCall |
lastIndex(int lastIndex) |
GetAccountExchangeRequestsCall |
requireBlock(java.lang.String requireBlock) |
GetAccountExchangeRequestsCall |
requireLastBlock(java.lang.String requireLastBlock) |
build, call, feeNQT, feeRateNQTPerFXT, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, param, param, param, param, param, param, param, param, param, param, parts, recipient, remote, secretPhrase, unsignedLongParam, unsignedLongParam
public static GetAccountExchangeRequestsCall create(int chain)
public GetAccountExchangeRequestsCall requireLastBlock(java.lang.String requireLastBlock)
public GetAccountExchangeRequestsCall chain(java.lang.String chain)
public GetAccountExchangeRequestsCall chain(int chain)
chain
in class APICall.Builder
public GetAccountExchangeRequestsCall firstIndex(int firstIndex)
public GetAccountExchangeRequestsCall currency(java.lang.String currency)
public GetAccountExchangeRequestsCall currency(long currency)
public GetAccountExchangeRequestsCall lastIndex(int lastIndex)
public GetAccountExchangeRequestsCall includeCurrencyInfo(boolean includeCurrencyInfo)
public GetAccountExchangeRequestsCall account(java.lang.String account)
public GetAccountExchangeRequestsCall account(long account)
public GetAccountExchangeRequestsCall requireBlock(java.lang.String requireBlock)