Documentation
Preparing search index...
@mysten/sui
utils
deriveObjectID
Function deriveObjectID
deriveObjectID
(
parentId
:
string
,
typeTag
:
string
|
TypeTag
,
key
:
Uint8Array
,
)
:
string
Derive the ID of an object that has been created through
derived_object
.
Parameters
parentId
:
string
typeTag
:
string
|
TypeTag
key
:
Uint8Array
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Derive the ID of an object that has been created through
derived_object
.