Skip to main content
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.40/types/types/index.ts";

Type Parameters

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