UNPKG
@yubing744/rooch-sdk
Version:
latest (0.1.0)
0.1.0
Rooch SDK
github.com/rooch-network/rooch
rooch-network/rooch
@yubing744/rooch-sdk
/
src
/
types
/
page.ts
9 lines
(7 loc)
•
166 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
// Copyright (c) RoochNetwork
// SPDX-License-Identifier: Apache-2.0
export
interface
IPage
<T, C> {
data
:
Array
<T>
nextCursor
: C |
null
hasNextPage
:
boolean
}