public class GetExecutedTransactionsCall extends APICall.Builder
params
Modifier and Type | Method and Description |
---|---|
GetExecutedTransactionsCall |
chain(int chain) |
GetExecutedTransactionsCall |
chain(java.lang.String chain) |
static GetExecutedTransactionsCall |
create(int chain) |
GetExecutedTransactionsCall |
firstIndex(int firstIndex) |
GetExecutedTransactionsCall |
height(int height) |
GetExecutedTransactionsCall |
lastIndex(int lastIndex) |
GetExecutedTransactionsCall |
numberOfConfirmations(java.lang.String numberOfConfirmations) |
GetExecutedTransactionsCall |
recipient(long recipient) |
GetExecutedTransactionsCall |
recipient(java.lang.String recipient) |
GetExecutedTransactionsCall |
requireBlock(java.lang.String requireBlock) |
GetExecutedTransactionsCall |
requireLastBlock(java.lang.String requireLastBlock) |
GetExecutedTransactionsCall |
sender(long sender) |
GetExecutedTransactionsCall |
sender(java.lang.String sender) |
GetExecutedTransactionsCall |
subtype(int subtype) |
GetExecutedTransactionsCall |
type(int type) |
build, call, feeNQT, feeRateNQTPerFXT, getBlock, getBlocks, getChain, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, unsignedLongParam, unsignedLongParam
public static GetExecutedTransactionsCall create(int chain)
public GetExecutedTransactionsCall requireLastBlock(java.lang.String requireLastBlock)
public GetExecutedTransactionsCall chain(java.lang.String chain)
public GetExecutedTransactionsCall chain(int chain)
chain
in class APICall.Builder
public GetExecutedTransactionsCall firstIndex(int firstIndex)
public GetExecutedTransactionsCall sender(java.lang.String sender)
public GetExecutedTransactionsCall sender(long sender)
public GetExecutedTransactionsCall subtype(int subtype)
public GetExecutedTransactionsCall recipient(java.lang.String recipient)
public GetExecutedTransactionsCall recipient(long recipient)
recipient
in class APICall.Builder
public GetExecutedTransactionsCall numberOfConfirmations(java.lang.String numberOfConfirmations)
public GetExecutedTransactionsCall lastIndex(int lastIndex)
public GetExecutedTransactionsCall type(int type)
public GetExecutedTransactionsCall requireBlock(java.lang.String requireBlock)
public GetExecutedTransactionsCall height(int height)