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

x/capi/deps/scale.ts>OutputTuple

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias OutputTuple
import { type OutputTuple } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/scale.ts";
definition: [K in keyof T]: Output<T[K]>