Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
DisplayFieldsResponse
Interface DisplayFieldsResponse
interface
DisplayFieldsResponse
{
data
?:
null
|
{
[
key
:
string
]
:
string
;
}
;
error
?:
null
|
ObjectResponseError
;
}
Index
Properties
data?
error?
Properties
Optional
data
data
?:
null
|
{
[
key
:
string
]
:
string
;
}
Optional
error
error
?:
null
|
ObjectResponseError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
Documentation
Loading...