Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
TypedValue
Class TypedValue
Abstract
Hierarchy (
View Summary
)
TypedValue
OptionalValue
CompositeValue
EnumValue
ExplicitEnumValue
OptionValue
List
ArrayVec
ManagedDecimalValue
ManagedDecimalSignedValue
Struct
PrimitiveValue
VariadicValue
Index
Constructors
constructor
Properties
Class
Name
Methods
belongs
To
Typesystem
equals
get
Class
Hierarchy
get
Class
Name
get
Type
has
Class
Or
Superclass
has
Exact
Class
value
Of
Constructors
constructor
new
TypedValue
(
type
:
Type
)
:
TypedValue
Parameters
type
:
Type
Returns
TypedValue
Properties
Static
Class
Name
ClassName
:
string
= "TypedValue"
Methods
belongs
To
Typesystem
belongsToTypesystem
()
:
void
A special marker for values within the custom typesystem.
Returns
void
Abstract
equals
equals
(
other
:
any
)
:
boolean
Parameters
other
:
any
Returns
boolean
get
Class
Hierarchy
getClassHierarchy
()
:
string
[]
Returns
string
[]
get
Class
Name
getClassName
()
:
string
Returns
string
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
Abstract
value
Of
valueOf
()
:
any
Returns
any
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
Type
has
Class
Or
Superclass
has
Exact
Class
value
Of
@multiversx/sdk-core - v13.15.0
Loading...
A special marker for values within the custom typesystem.