Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
onPrimitiveValueSelect
Function onPrimitiveValueSelect
onPrimitiveValueSelect
<
TResult
>
(
value
:
PrimitiveValue
,
selectors
:
{
onAddress
:
()
=>
TResult
;
onBoolean
:
()
=>
TResult
;
onBytes
:
()
=>
TResult
;
onCodeMetadata
:
()
=>
TResult
;
onH256
:
()
=>
TResult
;
onNothing
:
()
=>
TResult
;
onNumerical
:
()
=>
TResult
;
onOther
?:
()
=>
TResult
;
onString
:
()
=>
TResult
;
onTypeIdentifier
:
()
=>
TResult
;
}
,
)
:
TResult
Type Parameters
TResult
Parameters
value
:
PrimitiveValue
selectors
:
{
onAddress
:
()
=>
TResult
;
onBoolean
:
()
=>
TResult
;
onBytes
:
()
=>
TResult
;
onCodeMetadata
:
()
=>
TResult
;
onH256
:
()
=>
TResult
;
onNothing
:
()
=>
TResult
;
onNumerical
:
()
=>
TResult
;
onOther
?:
()
=>
TResult
;
onString
:
()
=>
TResult
;
onTypeIdentifier
:
()
=>
TResult
;
}
Returns
TResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@multiversx/sdk-core - v13.15.0
Loading...