method Vec.withimport { Vec } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/bundle.ts"; with<O extends Codec>(Type: CodecClass<O> | string): CodecClass<Vec<O>>Type ParametersO extends CodecParametersType: CodecClass<O> | stringReturnsCodecClass<Vec<O>>