Show / Hide Table of Contents

Class AccountingStateInfo

Inheritance
object
AccountingStateInfo
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class AccountingStateInfo

Properties

| Edit this page View Source

Duration

Declaration
[JsonIgnore]
public TimeSpan Duration { get; }
Property Value
Type Description
TimeSpan
| Edit this page View Source

DurationUs

Declaration
[JsonPropertyName("duration_us")]
public string DurationUs { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Transitions

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