Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types-codec/bundle.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.39/types-codec/bundle.ts";

Type Parameters

K extends Codec
V extends Codec

Parameters

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

Returns

CodecClass<CodecMap<K, V>>