Skip to main content
Module

x/polkadot/types-codec/mod.ts>BitVec

Package publishing for deno.land/x/polkadot
Go to Latest
class BitVec
extends Raw
import { BitVec } from "https://deno.land/x/polkadot@0.2.33/types-codec/mod.ts";

Constructors

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

Properties

readonly
encodedLength: number

Methods

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