Package nxt.http.callers
Class GetAccountCurrencyCountCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetAccountCurrencyCountCall>
-
- nxt.http.callers.GetAccountCurrencyCountCall
-
public class GetAccountCurrencyCountCall extends APICall.Builder<GetAccountCurrencyCountCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAccountCurrencyCountCall
account(long account)
GetAccountCurrencyCountCall
account(java.lang.String account)
static GetAccountCurrencyCountCall
create()
GetAccountCurrencyCountCall
height(int height)
GetAccountCurrencyCountCall
requireBlock(java.lang.String requireBlock)
GetAccountCurrencyCountCall
requireLastBlock(java.lang.String requireLastBlock)
-
Methods inherited from class nxt.http.APICall.Builder
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
-
-
-
-
Method Detail
-
create
public static GetAccountCurrencyCountCall create()
-
requireLastBlock
public GetAccountCurrencyCountCall requireLastBlock(java.lang.String requireLastBlock)
-
account
public GetAccountCurrencyCountCall account(java.lang.String account)
-
account
public GetAccountCurrencyCountCall account(long account)
-
requireBlock
public GetAccountCurrencyCountCall requireBlock(java.lang.String requireBlock)
-
height
public GetAccountCurrencyCountCall height(int height)
-
-