maxBlock property

int? maxBlock
final

The largest block index to consider when searching for transactions. If this field is not populated, the current block is considered he maxBlock. If you do not specify a maxBlock, it is possible a newly synced block will interfere with paginated transaction queries (as the offset could become invalid with newly added rows).

Implementation

final int? maxBlock;