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

x/polkadot/types-codec/bundle.ts>typesToConstructors

Package publishing for deno.land/x/polkadot
Go to Latest
function typesToConstructors
import { typesToConstructors } from "https://deno.land/x/polkadot@0.2.40/types-codec/bundle.ts";

Type Parameters

optional
T extends Codec = Codec

Parameters

registry: Registry
types: (string | CodecClass<T>)[]

Returns

CodecClass<T>[]