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) 394 B
import { PalletsEventsService } from '../../services'; import AbstractController from '../AbstractController'; export default class PalletsEventsController extends AbstractController<PalletsEventsService> { static controllerName: string; static requiredPallets: never[]; constructor(api: string); protected initRoutes(): void; private getEventById; private getEvents; }