UNPKG

@substrate/api-sidecar

Version:

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

11 lines (10 loc) 403 B
import { PalletsErrorsService } from '../../../services'; import AbstractController from '../../AbstractController'; export default class RcPalletsErrorsController extends AbstractController<PalletsErrorsService> { static controllerName: string; static requiredPallets: never[]; constructor(_api: string); protected initRoutes(): void; private getErrorById; private getErrors; }