GitHub
App
Preparing search index...
The search index is not available
CCC Docs
CCC Docs
@ckb-ccc core
index
ccc
mol
table
Function table
table
<
T
,
Encodable
,
Decoded
>
(
codecLayout
)
:
Codec
<
Encodable
,
Decoded
>
Table is a dynamic-size type. It can be considered as a dynvec but the length is fixed.
Type Parameters
T
extends
Record
<
string
,
CodecLike
<
any
,
any
>
>
Encodable
extends
EncodableRecord
<
T
>
Decoded
extends
DecodedRecord
<
T
>
Parameters
codecLayout
:
T
Returns
Codec
<
Encodable
,
Decoded
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
CCC Docs
Loading...
Table is a dynamic-size type. It can be considered as a dynvec but the length is fixed.