UNPKG

@substrate/api-sidecar

Version:

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

7 lines (6 loc) 142 B
import { Text } from '@polkadot/types'; export interface INodeVersion { clientVersion: Text; clientImplName: Text; chain: Text; }