CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
mol
DecodedRecord
Type Alias DecodedRecord<T>
DecodedRecord
:
{
[
key
in
keyof
Pick
<
T
,
DecodedRecordOptionalKeys
<
T
>
>
]
?:
DecodedType
<
T
[
key
]
,
>
}
&
{
[
key
in
keyof
Omit
<
T
,
DecodedRecordOptionalKeys
<
T
>
>
]
:
DecodedType
<
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...