Module

x/polkadot/types/primitive/index.ts>BitVec

Package publishing for deno.land/x/polkadot
Latest
class BitVec
extends Raw
import { BitVec } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/primitive/index.ts";

Constructors

new
BitVec(
registry: Registry,
value?: AnyU8a,
isMsb?,
)

Properties

readonly
encodedLength: number

Methods

inspect(): Inspect
toBoolArray(): boolean[]
toHuman(): string
toRawType(): string
toU8a(isBare?: boolean): Uint8Array