import { CodecMap } from "https://deno.land/x/polkadot@0.2.14/types/index.ts";
Constructors
new
CodecMap(registry: Registry,
keyType: CodecClass<K> | string,
valType: CodecClass<V> | string,
rawValue: ,
type?: "BTreeMap" | "HashMap",
import { CodecMap } from "https://deno.land/x/polkadot@0.2.14/types/index.ts";