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