Documentation
Preparing search index...
@mysten/sui
client
ObjectOwner
Type Alias ObjectOwner
ObjectOwner
:
|
{
AddressOwner
:
string
}
|
{
ObjectOwner
:
string
}
|
{
Shared
:
{
initial_shared_version
:
string
}
}
|
"Immutable"
|
{
ConsensusV2
:
{
authenticator
:
Authenticator
;
start_version
:
string
}
}
Type declaration
{
AddressOwner
:
string
}
Object is exclusively owned by a single address, and is mutable.
{
ObjectOwner
:
string
}
{
Shared
:
{
initial_shared_version
:
string
}
}
"Immutable"
{
ConsensusV2
:
{
authenticator
:
Authenticator
;
start_version
:
string
}
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Object is exclusively owned by a single address, and is mutable.