Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/capi/util/mod.ts>getOrInit

[WIP] A framework for crafting interactions with Substrate chains
Latest
function getOrInit
Re-export
import { getOrInit } from "https://deno.land/x/capi@v0.1.1-beta.1/util/mod.ts";

Parameters

container: MapLike<K, V>
key: K
init: () => V