GitHub
App
Docs
Playground
Preparing search index...
The search index is not available
CCC Docs
CCC Docs
@ckb-ccc core
index
ccc
mol
EncodableRecord
Type Alias EncodableRecord<T>
Encodable
Record
<
T
>
:
{
[
key
in
keyof
Pick
<
T
,
EncodableRecordOptionalKeys
<
T
>
>
]
?:
EncodableType
<
T
[
key
]
>
}
&
{
[
key
in
keyof
Omit
<
T
,
EncodableRecordOptionalKeys
<
T
>
>
]
:
EncodableType
<
T
[
key
]
>
}
Type Parameters
T
extends
Record
<
string
,
CodecLike
<
any
,
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...