Skip to main content
Module

x/capi/mod.ts>known.smoldot.RuntimeSpec

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias known.smoldot.RuntimeSpec
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { RuntimeSpec } = known.smoldot;
definition: { specName: string; implName: string; authoringVersion: number; specVersion: number; implVersion: number; transactionVersion?: number; apis: Record<string, number>; }