Package nxt.http.callers
Class DeleteScheduledTransactionCall
- java.lang.Object
-
- nxt.http.APICall.Builder<DeleteScheduledTransactionCall>
-
- nxt.http.callers.DeleteScheduledTransactionCall
-
public class DeleteScheduledTransactionCall extends APICall.Builder<DeleteScheduledTransactionCall>
-
-
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 DeleteScheduledTransactionCall
create()
DeleteScheduledTransactionCall
transaction(long transaction)
DeleteScheduledTransactionCall
transaction(java.lang.String transaction)
-
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 DeleteScheduledTransactionCall create()
-
transaction
public DeleteScheduledTransactionCall transaction(java.lang.String transaction)
-
transaction
public DeleteScheduledTransactionCall transaction(long transaction)
-
-