LookupAccountTransactions |
LookupAccountTransactions.afterTime(Date afterTime) |
Include results after the given time.
|
LookupAccountTransactions |
LookupAccountTransactions.assetId(Long assetId) |
Asset ID
|
LookupAccountTransactions |
LookupAccountTransactions.beforeTime(Date beforeTime) |
Include results before the given time.
|
LookupAccountTransactions |
LookupAccountTransactions.currencyGreaterThan(Long currencyGreaterThan) |
Results should have an amount greater than this value.
|
LookupAccountTransactions |
LookupAccountTransactions.currencyLessThan(Long currencyLessThan) |
Results should have an amount less than this value.
|
LookupAccountTransactions |
LookupAccountTransactions.limit(Long limit) |
Maximum number of results to return.
|
LookupAccountTransactions |
LookupAccountTransactions.maxRound(Long maxRound) |
Include results at or before the specified max-round.
|
LookupAccountTransactions |
LookupAccountTransactions.minRound(Long minRound) |
Include results at or after the specified min-round.
|
LookupAccountTransactions |
LookupAccountTransactions.next(String next) |
The next page of results.
|
LookupAccountTransactions |
LookupAccountTransactions.notePrefix(byte[] notePrefix) |
Specifies a prefix which must be contained in the note field.
|
LookupAccountTransactions |
LookupAccountTransactions.rekeyTo(Boolean rekeyTo) |
Include results which include the rekey-to field.
|
LookupAccountTransactions |
LookupAccountTransactions.round(Long round) |
Include results for the specified round.
|
LookupAccountTransactions |
LookupAccountTransactions.sigType(Enums.SigType sigType) |
SigType filters just results using the specified type of signature:
sig - Standard
msig - MultiSig
lsig - LogicSig
|
LookupAccountTransactions |
LookupAccountTransactions.txid(String txid) |
Lookup the specific transaction by ID.
|
LookupAccountTransactions |
LookupAccountTransactions.txType(Enums.TxType txType) |
|