interface IndexerPaginationParams {
    limit: number;
    startCursor?: string;
}

Properties

Properties

limit: number
startCursor?: string