Skip to main content
Module

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

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

Type Parameters

K extends Codec
V extends Codec

Parameters

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

Returns

CodecClass<CodecMap<K, V>>