Skip to main content
Module

x/polkadot/mod.ts>typesCodec.U8aFixed

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

Constructors

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

Static Methods

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