class VecFixed extends AbstractArray<T>import { VecFixed } from "https://dotland.deno.dev/x/polkadot@0.2.38/types-codec/base/index.ts"; 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>>