Skip to main content
Module

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

Constructors

new
DoNotConstruct(registry: Registry, typeName?)

Properties

optional
createdAtHash: IU8a
readonly
encodedLength: number
readonly
hash: IU8a
readonly
isEmpty: boolean
optional
isStorageFallback: 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