Skip to main content
Module

x/capi/mod.ts>$.ScaleMap#forEach

[WIP] A framework for crafting interactions with Substrate chains
Latest
method $.ScaleMap.prototype.forEach
import { $ } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { ScaleMap } = $;

Parameters

callbackfn: (
value: V,
key: K,
map: Map<K, V>,
) => void
optional
thisArg: any