Skip to main content
Module

x/capi/mod.ts>Rune.U

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias Rune.U
import { type Rune } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { U } = Rune;
definition: R extends { [_U]: infer U; } ? U : never