Package nxt.http.callers
Class HashCall
- java.lang.Object
-
- nxt.http.APICall.Builder<HashCall>
-
- nxt.http.callers.HashCall
-
public class HashCall extends APICall.Builder<HashCall>
-
-
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 static HashCall
create()
HashCall
hashAlgorithm(java.lang.String hashAlgorithm)
HashCall
secret(java.lang.String secret)
HashCall
secretIsText(boolean secretIsText)
-
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
-
-