class VecFixed extends AbstractArray<T>import { VecFixed } from "https://deno.land/x/polkadot@0.2.17/types/codec/index.ts"; ConstructorsnewVecFixed(registry: Registry,Type: CodecClass<T> | string,length: number,value?: Uint8Array | HexString | unknown[],unnamed 4?: Options<T>,)Type ParametersT extends CodecPropertiesreadonlyencodedLength: numberreadonlyoptionalinitialU8aLength: numberreadonlyType: stringMethodsinspect(): InspecttoRawType(): stringtoU8a(): Uint8ArrayStatic Methodswith<O extends Codec>(Type: CodecClass<O> | string, length: number): CodecClass<VecFixed<O>>