Module

x/polkadot/types/types/interfaces.ts>IU8a

Package publishing for deno.land/x/polkadot
Go to Latest
interface IU8a
implements Uint8Array, Codec
import { type IU8a } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/types/interfaces.ts";

Properties

readonly
isAscii: boolean
readonly
isUtf8: boolean

Methods

bitLength(): number
toHuman(isExtended?: boolean): any
toJSON(): any
toUtf8(): string
import IU8a
import { IU8a } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/types/interfaces.ts";