Skip to main content
Module

x/capi/mod.ts>$.Context

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

Properties

private
map: Map<new () => any, any>

Methods

get<T>(T: new () => T): T