method Struct.withimport { Struct } from "https://deno.land/x/polkadot@0.2.28/types-codec/mod.ts"; with<S extends TypesDef>(Types: S, jsonMap?: Map<string, string>): CodecClass<Struct<S>>Type ParametersS extends TypesDefParametersTypes: SoptionaljsonMap: Map<string, string>ReturnsCodecClass<Struct<S>>