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

x/capi/deps/scale.ts>InputTuple

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