method VecFixed.withimport { VecFixed } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/bundle.ts"; with<O extends Codec>(Type: CodecClass<O> | string, length: number): CodecClass<VecFixed<O>>Type ParametersO extends CodecParametersType: CodecClass<O> | stringlength: numberReturnsCodecClass<VecFixed<O>>