Skip to main content
Module

x/polkadot/mod.ts>typesCodec.DoNotConstruct

Package publishing for deno.land/x/polkadot
Go to Latest
class typesCodec.DoNotConstruct
implements Codec
import { typesCodec } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { DoNotConstruct } = typesCodec;

Constructors

new
DoNotConstruct(registry: Registry, typeName?)

Properties

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

Methods

eq(): boolean
inspect(): Inspect
toHex(): HexString
toHuman(): AnyJson
toJSON(): AnyJson
toPrimitive(): AnyJson
toRawType(): string
toString(): string
toU8a(): Uint8Array

Static Methods

with(typeName?: string): CodecClass