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