Skip to main content
Module

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

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

Type Parameters

K extends Codec
V extends Codec

Parameters

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