Documentation
Preparing search index...
@mysten/sui
client
SuiClientTypes
ListDynamicFieldsResponse
Interface ListDynamicFieldsResponse
interface
ListDynamicFieldsResponse
{
cursor
:
string
|
null
;
dynamicFields
:
{
fieldId
:
string
;
name
:
DynamicFieldName
;
type
:
string
;
valueType
:
string
;
}
[]
;
hasNextPage
:
boolean
;
}
Index
Properties
cursor
dynamic
Fields
has
Next
Page
Properties
cursor
cursor
:
string
|
null
dynamic
Fields
dynamicFields
:
{
fieldId
:
string
;
name
:
DynamicFieldName
;
type
:
string
;
valueType
:
string
;
}
[]
has
Next
Page
hasNextPage
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
dynamic
Fields
has
Next
Page
Documentation
Loading...