UNPKG

ilp

Version:

ILP client library for sending and receiving payments

4 lines (3 loc) 215 B
import { JsonInvoice, PluginApi } from '..'; import { RequestHandler } from 'express'; export declare function createMiddleware(responseTemplate?: JsonInvoice, plugin?: PluginApi.PluginV2): Promise<RequestHandler>;