Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
PrimitiveValue
Class PrimitiveValue
Abstract
Hierarchy (
View Summary
)
TypedValue
PrimitiveValue
AddressValue
BooleanValue
BytesValue
CodeMetadataValue
H256Value
NothingValue
NumericalValue
StringValue
TokenIdentifierValue
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
PrimitiveValue
(
type
:
Type
)
:
PrimitiveValue
Parameters
type
:
Type
Returns
PrimitiveValue
Properties
Static
Class
Name
ClassName
:
string
= "PrimitiveValue"
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.