Class Majority
Inheritance
object
Majority
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class Majority
Properties
| Edit this page View SourceAmendment
The Amendment ID of the pending amendment.
Declaration
public string Amendment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |