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) 426 B
import { PalletsOnGoingReferendaService } from '../../../services'; import AbstractController from '../../AbstractController'; export default class RcPalletsOnGoingReferendaController extends AbstractController<PalletsOnGoingReferendaService> { static controllerName: string; static requiredPallets: string[][]; constructor(_api: string); protected initRoutes(): void; private getPalletOnGoingReferenda; }