Files
xahau.js/test/fixtures/rippled/accountInfoNotFound.json
Mayukha Vadari f9fe5936b1 refactor: rename all test files to camelCase (#1562)
* rename files to camelCase

* fix imports

* more renames

* pull all client tests out of individual folders

* fix imports

* fix tests
2021-10-04 14:10:10 -04:00

16 lines
346 B
JSON

{
"id": 0,
"status": "error",
"type": "response",
"account": "rajTAg3hon5Lcu1RxQQPxTgHvqfhc1EaUS",
"error": "actNotFound",
"error_code": 15,
"error_message": "Account not found.",
"ledger_current_index": 8861245,
"request": {
"account": "rajTAg3hon5Lcu1RxQQPxTgHvqfhc1EaUS",
"command": "account_info",
"id": 0
}
}