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