Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
ObjectRead
Type Alias ObjectRead
Object
Read
:
|
{
details
:
SuiObjectData
;
status
:
"VersionFound"
;
}
|
{
details
:
string
;
status
:
"ObjectNotExists"
;
}
|
{
details
:
SuiObjectRef
;
status
:
"ObjectDeleted"
;
}
|
{
details
:
[
string
,
string
]
;
status
:
"VersionNotFound"
;
}
|
{
details
:
{
asked_version
:
string
;
latest_version
:
string
;
object_id
:
string
;
}
;
status
:
"VersionTooHigh"
;
}
{
details
:
SuiObjectData
;
status
:
"VersionFound"
;
}
The object exists and is found with this version
{
details
:
string
;
status
:
"ObjectNotExists"
;
}
{
details
:
SuiObjectRef
;
status
:
"ObjectDeleted"
;
}
{
details
:
[
string
,
string
]
;
status
:
"VersionNotFound"
;
}
{
details
:
{
asked_version
:
string
;
latest_version
:
string
;
object_id
:
string
;
}
;
status
:
"VersionTooHigh"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...