Skip to main content
Module

x/polkadot/mod.ts>types.DoNotConstruct

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

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