Skip to main content
Module

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

Package publishing for deno.land/x/polkadot
Latest
interface CodecClass
Re-export
import { type CodecClass } from "https://deno.land/x/polkadot@0.2.45/types/types/index.ts";

Type Parameters

optional
T = Codec
optional
A extends unknown[] = any[]

Properties

readonly
optional
__fallbackType: string

Methods

new(registry: Registry, ...args: A): T