Files
xrpl-dev-portal/docs/_snippets/state-accounting-object.md

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.