UNPKG
ilp
Version:
latest (14.1.0)
14.1.0
14.0.0
12.0.1
12.0.0
11.4.0
11.3.1
11.3.0
11.2.5
11.2.4
11.2.3
11.2.2
11.2.1
11.2.0
11.1.0
11.0.0
10.3.0
10.2.0
10.1.3
10.1.2
10.1.1
10.1.0
10.0.3
10.0.2
10.0.1
10.0.0
9.0.1
9.0.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.1.1
7.1.0
7.0.0
6.3.0
6.2.0
6.1.0
6.0.0
5.3.0
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.0.0
0.0.0
ILP client library for sending and receiving payments
github.com/interledgerjs/ilp
interledgerjs/ilp
ilp
/
src
/
extensions
/
express.d.ts
4 lines
(3 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
import
{
JsonInvoice
,
PluginApi
}
from
'..'
;
import
{
RequestHandler
}
from
'express'
;
export
declare
function
createMiddleware
(
responseTemplate?: JsonInvoice, plugin?: PluginApi.PluginV2
):
Promise
<
RequestHandler
>;