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
/
requests
/
prepare-trustline.json
17 lines
(16 loc)
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"currency"
:
"USD"
,
"counterparty"
:
"rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM"
,
"limit"
:
"10000"
,
"qualityIn"
:
0.91
,
"qualityOut"
:
0.87
,
"ripplingDisabled"
:
true
,
"frozen"
:
false
,
"memos"
:
[
{
"type"
:
"test"
,
"format"
:
"plain/text"
,
"data"
:
"texted data"
}
]
}