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
/
rippled
/
tx
/
not-found.json
14 lines
(13 loc)
•
288 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"id"
:
0
,
"status"
:
"error"
,
"type"
:
"response"
,
"error"
:
"txnNotFound"
,
"error_code"
:
24
,
"error_message"
:
"Transaction not found."
,
"request"
:
{
"command"
:
"tx"
,
"id"
:
0
,
"transaction"
:
"E08D6E9754025CA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7"
}
}