class Vec extends AbstractArray<T>import { Vec } from "https://deno.land/x/polkadot@0.2.28/types-codec/mod.ts"; ConstructorsnewVec(registry: Registry,Type: CodecClass<T> | string,value?: Uint8Array | HexString | unknown[],unnamed 3?: Options<T>,)Type ParametersT extends CodecPropertiesreadonlyType: stringMethodsindexOf(_other?: unknown): numbertoRawType(): stringStatic Methodswith<O extends Codec>(Type: CodecClass<O> | string): CodecClass<Vec<O>>