import { CodecMap } from "https://deno.land/x/polkadot@0.2.28/types-codec/extended/Map.ts";
Constructors
new
CodecMap(registry: Registry,
keyType: CodecClass<K> | string,
valType: CodecClass<V> | string,
rawValue: ,
| Uint8Array
| string
| Map<any, any>
| undefined
type?: "BTreeMap" | "HashMap",