start property

String? start
final

Cursor specifying where to start for paginationThis cursor cannot be derived manually client-side. Instead, you mustcall this endpoint once without this query parameter specified, andthen use the cursor returned in the X-Aptos-Cursor header in theresponse.

Implementation

final String? start;