mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
716 B
716 B
State Accounting Object
Each field in the state_accounting object has a key that refers to a specific server state, and a value that is an object with the following fields:
| Field | Value | Description |
|---|---|---|
duration_us |
String - Number | The number of microseconds the server has spent in this state. (This is updated whenever the server transitions into another state.) |
transitions |
String - Number | The number of times the server has changed into this state. |