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
/
dist
/
esm
/
types
/
page.d.ts
6 lines
(5 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IPage
<T, C> {
data
:
Array
<T>;
nextCursor
: C |
null
;
hasNextPage
:
boolean
; }