Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types-codec/types/index.ts>OnlyCodec

Package publishing for deno.land/x/polkadot
Go to Latest
type alias OnlyCodec
import { type OnlyCodec } from "https://deno.land/x/polkadot@0.2.16/types-codec/types/index.ts";
definition: K extends keyof Types ? Types[K] : T extends
| ICompact
| IEnum
| IMap
| IMethod
| INumber
| IOption
| IResult
| ISet
| IStruct
| ITuple
| IU8a
| IVec
? T : T extends Codec ? T : never