UNPKG
raiden-api-client
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Raiden Network API TypeScript client
wslyvh.github.io/raiden-api-client/
wslyvh/Raiden-client
raiden-api-client
/
build
/
models
/
v1
/
payments.d.ts
9 lines
(8 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Payment
{
initiator_address
:
string
;
target_address
:
string
;
token_address
:
string
;
amount
:
number
;
identifier
:
number
; }
export
declare
type
Payments
=
ReadonlyArray
<
Payment
>;