Module

x/polkadot/mod.ts>types.Null

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

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
import types.Null
import { types } from "https://dotland.deno.dev/x/polkadot@0.2.23/mod.ts";
const { Null } = types;