Class AccountingStateSummary
A map of various server states with information about the time the server spends in each.
This can be useful for tracking the long-term health of your server's connectivity to the network.
Inheritance
object
AccountingStateSummary
Assembly: Xrpl.dll
Syntax
public class AccountingStateSummary
Properties
|
Edit this page
View Source
Connected
Declaration
[JsonPropertyName("connected")]
public AccountingStateInfo Connected { get; set; }
Property Value
|
Edit this page
View Source
Disconnected
Declaration
[JsonPropertyName("disconnected")]
public AccountingStateInfo Disconnected { get; set; }
Property Value
|
Edit this page
View Source
Full
Declaration
[JsonPropertyName("full")]
public AccountingStateInfo Full { get; set; }
Property Value
|
Edit this page
View Source
Proposing
Declaration
[JsonPropertyName("proposing")]
public AccountingStateInfo Proposing { get; set; }
Property Value
|
Edit this page
View Source
Syncing
Declaration
[JsonPropertyName("syncing")]
public AccountingStateInfo Syncing { get; set; }
Property Value
|
Edit this page
View Source
Tracking
Declaration
[JsonPropertyName("tracking")]
public AccountingStateInfo Tracking { get; set; }
Property Value
|
Edit this page
View Source
Validating
Declaration
[JsonPropertyName("validating")]
public AccountingStateInfo Validating { get; set; }
Property Value