Skip to main content
Module

x/polkadot/mod.ts>typesCodec.BitVec

Package publishing for deno.land/x/polkadot
Go to Latest
class typesCodec.BitVec
extends Raw
import { typesCodec } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { BitVec } = typesCodec;

Constructors

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

Properties

readonly
encodedLength: number

Methods

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