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

x/polkadot/types/types/index.ts>IMap

Package publishing for deno.land/x/polkadot
Go to Latest
interface IMap
implements Map<K, V>, Codec
Re-export
import { type IMap } from "https://deno.land/x/polkadot@0.2.25/types/types/index.ts";

Type Parameters

optional
K extends Codec = Codec
optional
V extends Codec = Codec