Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
PaginationArguments
Interface PaginationArguments<Cursor>
interface
PaginationArguments
<
Cursor
>
{
cursor
?:
Cursor
;
limit
?:
null
|
number
;
}
Type Parameters
Cursor
Index
Properties
cursor?
limit?
Properties
Optional
cursor
cursor
?:
Cursor
Optional paging cursor
Optional
limit
limit
?:
null
|
number
Maximum item returned per page
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
limit
Documentation
Loading...
Optional paging cursor