import { VecFixed } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/bundle.ts";
Constructors
new
VecFixed(registry: Registry,
Type: CodecClass<T> | string,
length: number,
value?: Uint8Array | HexString | unknown[],
unnamed 4?: Options<T>,
Type Parameters
T extends Codec
Static Methods
with<O extends Codec>(Type: CodecClass<O> | string, length: number): CodecClass<VecFixed<O>>