Show / Hide Table of Contents

Class ValidatorListInfo

The state of the published validator list a server is following.

Inheritance
object
BaseMethodResult
ValidatorListInfo
Inherited Members
BaseMethodResult.UnknownFields
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class ValidatorListInfo : BaseMethodResult

Properties

| Edit this page View Source

Count

How many validator lists this server has loaded.

Declaration
[JsonPropertyName("count")]
public int? Count { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

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
| Edit this page View Source

Status

Whether the list is current, expired, or unknown.

Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX