Documentation
Preparing search index...
@mysten/sui
client
SuiClientTypes
ListOwnedObjectsResponse
Interface ListOwnedObjectsResponse<Include>
interface
ListOwnedObjectsResponse
<
out
Include
extends
ObjectInclude
=
{}
>
{
cursor
:
string
|
null
;
hasNextPage
:
boolean
;
objects
:
Object
<
Include
>
[]
;
}
Type Parameters
out
Include
extends
ObjectInclude
=
{}
Index
Properties
cursor
has
Next
Page
objects
Properties
cursor
cursor
:
string
|
null
has
Next
Page
hasNextPage
:
boolean
objects
objects
:
Object
<
Include
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
has
Next
Page
objects
Documentation
Loading...