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

x/polkadot/types-codec/base/Enum.ts>EnumCodecClass

Package publishing for deno.land/x/polkadot
Go to Latest
interface EnumCodecClass
import { type EnumCodecClass } from "https://deno.land/x/polkadot@0.2.37/types-codec/base/Enum.ts";

Methods

new(
registry: Registry,
value?: any,
index?: number,
): T