Skip to main content
Module

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

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

Properties

readonly
isAscii: boolean
readonly
isUtf8: boolean

Methods

bitLength(): number
toHuman(isExtended?: boolean): any
toJSON(): any
toUtf8(): string