GitHub
App
Preparing search index...
The search index is not available
CCC Docs
CCC Docs
@ckb-ccc core
index
ccc
mol
CodecLike
Type Alias CodecLike<Encodable, Decoded>
Codec
Like
<
Encodable
,
Decoded
>
:
{
encode
:
(
(
encodable
:
Encodable
)
=>
ccc
.
Bytes
)
;
decode
:
(
(
decodable
:
BytesLike
)
=>
Decoded
)
;
byteLength
?:
number
;
}
Type Parameters
Encodable
Decoded
=
Encodable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
CCC Docs
Loading...