Interface: PaginationInfo
Type for pagination information.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:140
Type for pagination information.
Properties
bookmark
bookmark:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:142
The bookmark for the next page of results. Obtained from previous response.
hasMore
hasMore:
boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:144
Whether there are more results to fetch.