Class ValidatorListInfo
The state of the published validator list a server is following.
Inherited Members
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class ValidatorListInfo : BaseMethodResult
Properties
| Edit this page View SourceCount
How many validator lists this server has loaded.
Declaration
[JsonPropertyName("count")]
public int? Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Expiration
When the list expires, in UTC - or unknown before a list is loaded, or
never for a static configuration.
Declaration
[JsonPropertyName("expiration")]
public string Expiration { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Whether the list is current, expired, or unknown.
Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |