Show / Hide Table of Contents

Class Majority

Inheritance
object
Majority
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class Majority

Properties

| Edit this page View Source

Amendment

The Amendment ID of the pending amendment.

Declaration
public string Amendment { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CloseTime

The close_time field of the ledger version where this amendment most recently gained a majority.

Declaration
[JsonConverter(typeof(RippleDateTimeConverter))]
public DateTime? CloseTime { get; set; }
Property Value
Type Description
Nullable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX