Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
bcs
ShapeFromPureTypeName
Type Alias ShapeFromPureTypeName<T>
ShapeFromPureTypeName
:
T
extends
BasePureType
?
PureShapeByType
[
T
]
:
T
extends
`
vector<
${
infer
U
extends
PureTypeName
}
>
`
?
ShapeFromPureTypeName
<
U
>
[]
:
T
extends
`
option<
${
infer
U
extends
PureTypeName
}
>
`
?
ShapeFromPureTypeName
<
U
>
|
null
:
never
Type Parameters
T
extends
PureTypeName
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...