Skip to main content
Module

x/polkadot/types-codec/base/DoNotConstruct.ts>DoNotConstruct

Package publishing for deno.land/x/polkadot
Go to Latest
class DoNotConstruct
implements Codec
import { DoNotConstruct } from "https://deno.land/x/polkadot@0.2.12/types-codec/base/DoNotConstruct.ts";

Constructors

new
DoNotConstruct(registry: Registry, typeName?)

Properties

optional
createdAtHash: IU8a
readonly
encodedLength: number
readonly
hash: IU8a
readonly
isEmpty: boolean
readonly
registry: Registry

Static Methods

with(typeName?: string): CodecClass