Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/mod.ts>known.Subscription.Result

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