mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
* first attempt at overloading * fix TS issues * improve connection typing * more cleanup * edit all ledger files * more renames * fix all other request calls * clean up serverinfo * fixes more request calls * remove old legacy browser stuff * remove unused types * remove exports from objects * add type to method signatures * add ledger requests * fix most tests * comment out formatBidsAndAsks * fix proxy test * comment out failing tests * move client-related files into client * add payment channel requests * fix imports * remove finished TODOs * fix tests * fix integ tests * remove exported types * better ci
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"build_version": "0.24.0-rc1",
|
|
"complete_ledgers": "32570-6595042",
|
|
"hostid": "ARTS",
|
|
"io_latency_ms": 1,
|
|
"last_close": {
|
|
"converge_time_s": 2.007,
|
|
"proposers": 4
|
|
},
|
|
"load_factor": 1,
|
|
"peers": 53,
|
|
"pubkey_node": "n94wWvFUmaKGYrKUGgpv1DyYgDeXRGdACkNQaSe7zJiy5Znio7UC",
|
|
"server_state": "full",
|
|
"validated_ledger": {
|
|
"age": 5,
|
|
"base_fee_xrp": 0.00001,
|
|
"hash": "4482DEE5362332F54A4036ED57EE1767C9F33CF7CE5A6670355C16CECE381D46",
|
|
"reserve_base_xrp": 20,
|
|
"reserve_inc_xrp": 5,
|
|
"seq": 6595042
|
|
},
|
|
"validation_quorum": 3
|
|
}
|