Skip to main content
Module

x/polkadot/types-codec/mod.ts>HashMap.with

Package publishing for deno.land/x/polkadot
Go to Latest
method HashMap.with
import { HashMap } from "https://deno.land/x/polkadot@0.2.25/types-codec/mod.ts";

Type Parameters

K extends Codec
V extends Codec

Parameters

keyType: CodecClass<K> | string
valType: CodecClass<V> | string

Returns

CodecClass<CodecMap<K, V>>