Package nxt.http.callers
Class GetAssetAccountCountCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetAssetAccountCountCall>
-
- nxt.http.callers.GetAssetAccountCountCall
-
public class GetAssetAccountCountCall extends APICall.Builder<GetAssetAccountCountCall>
-
-
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 GetAssetAccountCountCall
asset(long asset)
GetAssetAccountCountCall
asset(java.lang.String asset)
static GetAssetAccountCountCall
create()
GetAssetAccountCountCall
height(int height)
GetAssetAccountCountCall
requireBlock(java.lang.String requireBlock)
GetAssetAccountCountCall
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 GetAssetAccountCountCall create()
-
requireLastBlock
public GetAssetAccountCountCall requireLastBlock(java.lang.String requireLastBlock)
-
asset
public GetAssetAccountCountCall asset(java.lang.String asset)
-
asset
public GetAssetAccountCountCall asset(long asset)
-
requireBlock
public GetAssetAccountCountCall requireBlock(java.lang.String requireBlock)
-
height
public GetAssetAccountCountCall height(int height)
-
-