Skip to main content
Module

x/capi/rpc/known/smoldot.ts>MaybeRuntimeSpec

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias MaybeRuntimeSpec
import { type MaybeRuntimeSpec } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/smoldot.ts";
definition: { type: "valid"; spec: RuntimeSpec; } | { type: "invalid"; error: string; }