method Vec.withimport { Vec } from "https://deno.land/x/polkadot@0.2.28/types-codec/mod.ts"; with<O extends Codec>(Type: CodecClass<O> | string): CodecClass<Vec<O>>Type ParametersO extends CodecParametersType: CodecClass<O> | stringReturnsCodecClass<Vec<O>>