offset property

int? offset
final

The offset into the query result to start returning transactions. If any search conditions are changed, the query offset will change and you must restart your search iteration.

Implementation

final int? offset;