max_block property

int? max_block
getter/setter pair

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

Implementation

// ignore: non_constant_identifier_names
int? max_block;