class typesCodec.VecFixed extends AbstractArray<T>import { typesCodec } from "https://dotland.deno.dev/x/polkadot@0.2.38/mod.ts"; const { VecFixed } = typesCodec; ConstructorsnewVecFixed(registry: Registry,Type: CodecClass<T> | string,length: number,value?: Uint8Array | HexString | unknown[],unnamed 4?: DefinitionSetter<CodecClass<T>>,)Type ParametersT extends CodecPropertiesreadonlyencodedLength: numberreadonlyType: stringMethodsinspect(): InspecttoRawType(): stringtoU8a(): Uint8ArrayStatic Methodswith<O extends Codec>(Type: CodecClass<O> | string, length: number): CodecClass<VecFixed<O>>