UNPKG
ripple-lib-peersafe
Version:
latest (0.16.4)
0.16.4
A JavaScript API for interacting with Ripple in Node.js and the browser
ripple/ripple-lib
ripple-lib-peersafe
/
test
/
fixtures
/
responses
/
get-paths-xrp-to-xrp.json
20 lines
(19 loc)
•
356 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{
"source"
:
{
"address"
:
"rwBYyfufTzk77zUSKEu4MvixfarC35av1J"
,
"maxAmount"
:
{
"currency"
:
"XRP"
,
"value"
:
"0.000002"
}
}
,
"destination"
:
{
"address"
:
"r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59"
,
"amount"
:
{
"value"
:
"0.000002"
,
"currency"
:
"XRP"
}
}
,
"paths"
:
"[]"
}
]