mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
* rename files to camelCase * fix imports * more renames * pull all client tests out of individual folders * fix imports * fix tests
29 lines
649 B
JSON
29 lines
649 B
JSON
{
|
|
"type": "feeUpdate",
|
|
"address": "rrrrrrrrrrrrrrrrrrrrrhoLvTp",
|
|
"sequence": 0,
|
|
"id": "C6A40F56127436DCD830B1B35FF939FD05B5747D30D6542572B7A835239817A1",
|
|
"specification": {
|
|
"baseFeeXRP": "0.00001",
|
|
"referenceFeeUnits": 10,
|
|
"reserveBaseXRP": "50",
|
|
"reserveIncrementXRP": "12.5",
|
|
"memos": [
|
|
{
|
|
"type": "test",
|
|
"format": "text/plain",
|
|
"data": "texted data"
|
|
}
|
|
]
|
|
},
|
|
"outcome": {
|
|
"result": "tesSUCCESS",
|
|
"timestamp": "2014-08-08T16:57:50.000Z",
|
|
"fee": "0",
|
|
"balanceChanges": {},
|
|
"orderbookChanges": {},
|
|
"ledgerVersion": 3717633,
|
|
"indexInLedger": 3
|
|
}
|
|
}
|