UNPKG

@neo-one/server

Version:

NEO•ONE Server that NEO•ONE CLI and other clients connect to.

12 lines (11 loc) 346 B
/// <reference types="koa-bodyparser" /> import { Context } from 'koa'; import compose from 'koa-compose'; import { Server } from '../Server'; export declare const rpc: ({ server }: { readonly server: Server; }) => { name: string; path: string; middleware: compose.Middleware<import("koa").ParameterizedContext<any, Context>>; };