UNPKG

@substrate/api-sidecar

Version:

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

10 lines (9 loc) 183 B
/** * Modules of Sidecars's configuration manager. */ export declare enum MODULES { EXPRESS = "EXPRESS", SUBSTRATE = "SUBSTRATE", LOG = "LOG", METRICS = "METRICS" }