Skip to main content
Module

x/capi/mod.ts>known.ChainType

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias known.ChainType
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { ChainType } = known;

The type of a chain.

This can be used by tools to determine the type of a chain for displaying additional information or enabling additional features.

definition: SerdeEnum<{ Development: void; Local: void; Live: void; Custom: string; }>