Show / Hide Table of Contents

Class LedgerIndex

Inheritance
object
LedgerIndex
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class LedgerIndex

Constructors

| Edit this page View Source

LedgerIndex(uint)

Declaration
public LedgerIndex(uint index)
Parameters
Type Name Description
uint index
| Edit this page View Source

LedgerIndex(LedgerIndexType)

Declaration
public LedgerIndex(LedgerIndexType ledgerIndexType)
Parameters
Type Name Description
LedgerIndexType ledgerIndexType

Properties

| Edit this page View Source

Index

Declaration
public uint? Index { get; set; }
Property Value
Type Description
uint?
| Edit this page View Source

LedgerIndexType

Index type
validated
closed
current

Declaration
public LedgerIndexType LedgerIndexType { get; set; }
Property Value
Type Description
LedgerIndexType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX