Skip to main content
Module

x/polkadot/types-codec/index.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/index.ts";

Type Parameters

optional
T extends Codec = Codec

Parameters

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

Returns

CodecClass<T>[]