UNPKG

@substrate/api-sidecar

Version:

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

6 lines (5 loc) 217 B
import { INodeVersion } from 'src/types/responses'; import { AbstractService } from '../AbstractService'; export declare class NodeVersionService extends AbstractService { fetchVersion(): Promise<INodeVersion>; }