UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

7 lines (6 loc) 259 B
import { ControllerConfig } from '../types/chains-config'; /** * Controllers that Sidecar will always default to. This will always be * the optimal controller selection for Polkadot and Kusama. */ export declare const defaultControllers: ControllerConfig;