Skip to main content
Module

x/polkadot/types/mod.ts>Null

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

Constructors

new
Null(registry: Registry)

Properties

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

Methods

eq(other?: unknown): boolean
inspect(): Inspect
toHex(): HexString
toHuman(): null
toJSON(): null
toPrimitive(): null
toRawType(): string
toString(): string
toU8a(_isBare?: boolean): Uint8Array