Package nxt.http.callers
Class GetTransactionCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetTransactionCall>
-
- nxt.http.callers.GetTransactionCall
-
public class GetTransactionCall extends APICall.Builder<GetTransactionCall>
-
-
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 GetTransactionCall
create()
GetTransactionCall
fullHash(byte[] fullHash)
GetTransactionCall
fullHash(java.lang.String fullHash)
GetTransactionCall
includePhasingResult(boolean includePhasingResult)
GetTransactionCall
requireBlock(java.lang.String requireBlock)
GetTransactionCall
requireLastBlock(java.lang.String requireLastBlock)
GetTransactionCall
transaction(long transaction)
GetTransactionCall
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 GetTransactionCall create()
-
requireLastBlock
public GetTransactionCall requireLastBlock(java.lang.String requireLastBlock)
-
includePhasingResult
public GetTransactionCall includePhasingResult(boolean includePhasingResult)
-
fullHash
public GetTransactionCall fullHash(java.lang.String fullHash)
-
fullHash
public GetTransactionCall fullHash(byte[] fullHash)
-
transaction
public GetTransactionCall transaction(java.lang.String transaction)
-
transaction
public GetTransactionCall transaction(long transaction)
-
requireBlock
public GetTransactionCall requireBlock(java.lang.String requireBlock)
-
-