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