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