Skip to main content
Module

x/polkadot/mod.ts>types.Null

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

Constructors

new
Null(registry: Registry)

Properties

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