Preparing search index...
The search index is not available
Documentation
Documentation
@ckb-cobuild/molecule
mol
createBigIntJsonCodec
Function createBigIntJsonCodec
create
Big
Int
Json
Codec
(
codec
)
:
mol
.
FixedSizeCodec
<
bigint
,
bigint
|
string
>
Create molecule codec which can parse 0x-prefix hex string into bigint.
Parameters
codec
:
mol
.
FixedSizeCodec
<
bigint
,
bigint
>
Returns
mol
.
FixedSizeCodec
<
bigint
,
bigint
|
string
>
create
Big
Int
Json
Codec
(
codec
)
:
mol
.
DynamicSizeCodec
<
bigint
,
bigint
|
string
>
Parameters
codec
:
mol
.
DynamicSizeCodec
<
bigint
,
bigint
>
Returns
mol
.
DynamicSizeCodec
<
bigint
,
bigint
|
string
>
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
Create molecule codec which can parse 0x-prefix hex string into bigint.