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