sidebar_position |
---|
5 |
A QueryFilter
is a record containing the filter parameters for
querying accounts
and querying transfers.
Filter the results by the field Account.user_data_128
or
Transfer.user_data_128
.
Optional; set to zero to disable the filter.
Constraints:
- Type is 128-bit unsigned integer (16 bytes)
Filter the results by the field Account.user_data_64
or
Transfer.user_data_64
.
Optional; set to zero to disable the filter.
Constraints:
- Type is 64-bit unsigned integer (8 bytes)
Filter the results by the field Account.user_data_32
or
Transfer.user_data_32
.
Optional; set to zero to disable the filter.
Constraints:
- Type is 32-bit unsigned integer (4 bytes)
Filter the results by the field Account.ledger
or
Transfer.ledger
.
Optional; set to zero to disable the filter.
Constraints:
- Type is 32-bit unsigned integer (4 bytes)
Filter the results by the field Account.code
or
Transfer.code
.
Optional; set to zero to disable the filter.
Constraints:
- Type is 16-bit unsigned integer (2 bytes)
The minimum Account.timestamp
or
Transfer.timestamp
from which results will be returned,
inclusive range.
Optional; set to zero to disable the lower-bound filter.
Constraints:
- Type is 64-bit unsigned integer (8 bytes)
- Must not be
2^64 - 1
The maximum Account.timestamp
or
Transfer.timestamp
from which results will be returned,
inclusive range.
Optional; set to zero to disable the upper-bound filter.
Constraints:
- Type is 64-bit unsigned integer (8 bytes)
- Must not be
2^64 - 1
The maximum number of results that can be returned by this query.
Limited by the maximum message size.
Constraints:
- Type is 32-bit unsigned integer (4 bytes)
- Must not be zero
A bitfield that specifies querying behavior.
Constraints:
- Type is 32-bit unsigned integer (4 bytes)
Whether the results are sorted by timestamp in chronological or reverse-chronological order. If the flag is not set, the event that happened first (has the smallest timestamp) will come first. If the flag is set, the event that happened last (has the largest timestamp) will come first.
This space may be used for additional data in the future.
Constraints:
- Type is 6 bytes
- Must be zero