method BTreeSet.withRe-exportimport { BTreeSet } from "https://deno.land/x/polkadot@0.2.29/types/index.ts"; with<V extends Codec>(valType: CodecClass<V> | string): CodecClass<BTreeSet<V>>Type ParametersV extends CodecParametersvalType: CodecClass<V> | stringReturnsCodecClass<BTreeSet<V>>