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