CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
mol
UnionDecoded
Type Alias UnionDecoded<T, K>
UnionDecoded
:
K
extends
unknown
?
{
type
:
K
;
value
:
DecodedType
<
T
[
K
]
>
}
:
never
Type Parameters
T
extends
Record
<
string
,
CodecLike
<
any
,
any
>
>
K
extends
keyof
T
=
keyof
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...