Skip to main content
Module

x/polkadot/types-codec/bundle.ts>U8aFixed

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

Constructors

new
U8aFixed(
registry: Registry,
value?: AnyU8a,
bitLength?: U8aBitLength,
)

Static Methods

with(bitLength: U8aBitLength, typeName?: string): CodecClass<U8aFixed>