Skip to main content
Module

x/polkadot/mod.ts>types.U8aFixed

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

Constructors

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

Static Methods

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