Documentation
Preparing search index...
@mysten/dapp-kit
SuiRpcPaginatedMethods
Type Alias SuiRpcPaginatedMethods
SuiRpcPaginatedMethods
:
{
[
K
in
SuiRpcPaginatedMethodName
]
:
SuiClient
[
K
]
extends
(
input
:
infer
Params
,
)
=>
Promise
<
infer
Result
extends
{
hasNextPage
?:
boolean
|
null
;
nextCursor
?:
infer
Cursor
|
null
}
,
>
?
{
cursor
:
Cursor
;
name
:
K
;
params
:
Params
;
result
:
Result
}
:
never
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...