method types.VecFixed.withRe-exportimport { types } from "https://deno.land/x/polkadot@0.2.27/mod.ts"; const { VecFixed } = types; with<O extends Codec>(Type: CodecClass<O> | string, length: number): CodecClass<VecFixed<O>>Type ParametersO extends CodecParametersType: CodecClass<O> | stringlength: numberReturnsCodecClass<VecFixed<O>>