interface IVec implements Array<T>, CodecRe-exportimport { type IVec } from "https://deno.land/x/polkadot@0.2.17/types-codec/types/index.ts"; Type ParametersoptionalT extends Codec = CodecMethodstoArray(): T[]