interface IndexerPaginationMeta {
    hasMore: boolean;
    nextCursor?: string;
}

Properties

Properties

hasMore: boolean
nextCursor?: string