Preparing search index...
The search index is not available
Documentation
Documentation
@ckb-cobuild/molecule
mol
JsonValue
Type alias JsonValue<T>
Json
Value
<
T
>
:
T
extends
CompatibleType
?
T
:
T
extends
undefined
?
null
:
T
extends
HexStringType
?
string
:
T
extends
(
infer
U
)
[]
?
JsonArray
<
U
>
:
JsonMap
<
T
>
Type Parameters
T
Example: The corresponding Json value type of BuildingPacket
JsonValue
<
BuildingPacket
>
Copy
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@ckb-cobuild
ckb-address
ckb-hasher
ckb-molecule-codecs
cobuild
hex-encoding
jsonrpc-client
molecule
Generated using
TypeDoc
Example: The corresponding Json value type of BuildingPacket