Skip to main content
Module

x/polkadot/mod.ts>types.Json

Package publishing for deno.land/x/polkadot
Go to Latest
class types.Json
implements Codec
extends Map<string, any>
Re-export
import { types } from "https://deno.land/x/polkadot@0.2.33/mod.ts";
const { Json } = types;

Constructors

new
Json(registry: Registry, value?: Record<string, unknown> | null)

Properties

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

Methods

eq(other?: unknown): boolean
getT<T>(key: string): T
inspect(): Inspect
toHex(): HexString
toHuman(): Record<string, AnyJson>
toJSON(): Record<string, AnyJson>
toPrimitive(): Record<string, AnyJson>
toRawType(): string
toString(): string
toU8a(_isBare?: boolean): Uint8Array