Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
Tuple
Class Tuple
Hierarchy (
View Summary
)
Struct
Tuple
Index
Constructors
constructor
Properties
Class
Name
Methods
belongs
To
Typesystem
equals
get
Class
Hierarchy
get
Class
Name
get
Fields
get
Field
Value
get
Type
has
Class
Or
Superclass
has
Exact
Class
value
Of
from
Items
Constructors
constructor
new
Tuple
(
type
:
TupleType
,
fields
:
Field
[]
)
:
Tuple
Parameters
type
:
TupleType
fields
:
Field
[]
Returns
Tuple
Properties
Static
Class
Name
ClassName
:
string
= "Tuple"
Methods
belongs
To
Typesystem
belongsToTypesystem
()
:
void
A special marker for values within the custom typesystem.
Returns
void
equals
equals
(
other
:
Struct
)
:
boolean
Parameters
other
:
Struct
Returns
boolean
get
Class
Hierarchy
getClassHierarchy
()
:
string
[]
Returns
string
[]
get
Class
Name
getClassName
()
:
string
Returns
string
get
Fields
getFields
()
:
readonly
Field
[]
Returns
readonly
Field
[]
get
Field
Value
getFieldValue
(
name
:
string
)
:
any
Parameters
name
:
string
Returns
any
get
Type
getType
()
:
Type
Returns
Type
has
Class
Or
Superclass
hasClassOrSuperclass
(
className
:
string
)
:
boolean
Parameters
className
:
string
Returns
boolean
has
Exact
Class
hasExactClass
(
className
:
string
)
:
boolean
Parameters
className
:
string
Returns
boolean
value
Of
valueOf
()
:
any
Returns
any
Static
from
Items
fromItems
(
items
:
TypedValue
[]
)
:
Tuple
Parameters
items
:
TypedValue
[]
Returns
Tuple
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Class
Name
Methods
belongs
To
Typesystem
equals
get
Class
Hierarchy
get
Class
Name
get
Fields
get
Field
Value
get
Type
has
Class
Or
Superclass
has
Exact
Class
value
Of
from
Items
@multiversx/sdk-core - v13.15.0
Loading...
A special marker for values within the custom typesystem.