next_offset property

int? next_offset
getter/setter pair

next_offset is the next offset to use when paginating through transaction results. If this field is not populated, there are no more transactions to query.

Implementation

// ignore: non_constant_identifier_names
int? next_offset;