mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
Re-level non-docs content to top of repo and rename content→docs
This commit is contained in:
22
_api-examples/ledger/jsonrpc-response.json
Normal file
22
_api-examples/ledger/jsonrpc-response.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"result": {
|
||||
"ledger": {
|
||||
"account_hash": "23C1C8F8ACCEFACBDD9A1804CC25E652A324F9EABD7D0BEF103DA56D6E0306E7",
|
||||
"close_flags": 0,
|
||||
"close_time": 752188801,
|
||||
"close_time_human": "2023-Nov-01 21:20:01.000000000 UTC",
|
||||
"close_time_resolution": 10,
|
||||
"closed": true,
|
||||
"ledger_hash": "140B769E9ED61FCD675A6EEC1F005084614314C1D675C2CFDD11A1024BBD2C96",
|
||||
"ledger_index": "83626952",
|
||||
"parent_close_time": 752188800,
|
||||
"parent_hash": "7D169A530960AFA8A0E38D036D8EF960BC2C2E02C4A0CE848A4200B9376AC99C",
|
||||
"total_coins": "99988256304478252",
|
||||
"transaction_hash": "77226182F58D9B5C798262F0E9D8C575D174E434F0C3C7119FB658BA70004CE9"
|
||||
},
|
||||
"ledger_hash": "140B769E9ED61FCD675A6EEC1F005084614314C1D675C2CFDD11A1024BBD2C96",
|
||||
"ledger_index": 83626952,
|
||||
"status": "success",
|
||||
"validated": true
|
||||
}
|
||||
}
|
||||
24
_api-examples/ledger/ws-response.json
Normal file
24
_api-examples/ledger/ws-response.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "example_ledger_req",
|
||||
"result": {
|
||||
"ledger": {
|
||||
"account_hash": "B8B2C0C3F9E75E3AEE31D467B2544AB56244E618890BA58679707D6BFC0AF41D",
|
||||
"close_flags": 0,
|
||||
"close_time": 752188602,
|
||||
"close_time_human": "2023-Nov-01 21:16:42.000000000 UTC",
|
||||
"close_time_resolution": 10,
|
||||
"closed": true,
|
||||
"ledger_hash": "1BEECD5D21592EABDEF98D8E4BC038AD10B5700FF7E98011870DF5D6C2A2F39B",
|
||||
"ledger_index": "83626901",
|
||||
"parent_close_time": 752188601,
|
||||
"parent_hash": "6B32CFC42B32C5FB90019AE17F701D96B499A4C8E148A002E18135A434A19D98",
|
||||
"total_coins": "99988256314388830",
|
||||
"transaction_hash": "21586C664DC47E12AF34F22EBF1DB55D23F8C98972542BAC0C39B1009CAC84D4"
|
||||
},
|
||||
"ledger_hash": "1BEECD5D21592EABDEF98D8E4BC038AD10B5700FF7E98011870DF5D6C2A2F39B",
|
||||
"ledger_index": 83626901,
|
||||
"validated": true
|
||||
},
|
||||
"status": "success",
|
||||
"type": "response"
|
||||
}
|
||||
Reference in New Issue
Block a user