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

x/polkadot/types/types/index.ts>__Codecs

Package publishing for deno.land/x/polkadot
Go to Latest
type alias __Codecs
import { type __Codecs } from "https://deno.land/x/polkadot@0.2.12/types/types/index.ts";

Type Parameters

T extends unknown[]
definition: T extends [infer K, ...infer N] ? __CodecsNext<K, __Codecs<N>> : []