Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
TypeOrigin
Interface TypeOrigin
Identifies a struct and the module it was defined in
interface
TypeOrigin
{
module_name
:
string
;
package
:
string
;
struct_name
:
string
;
}
Index
Properties
module_
name
package
struct_
name
Properties
module_
name
module_
name
:
string
package
package
:
string
struct_
name
struct_
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
module_
name
package
struct_
name
Documentation
Loading...
Identifies a struct and the module it was defined in