import { BTreeMap } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/bundle.ts";
Static Methods
with<K extends Codec, V extends Codec>(keyType: CodecClass<K> | string, valType: CodecClass<V> | string): CodecClass<CodecMap<K, V>>
import { BTreeMap } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/bundle.ts";