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