Show / Hide Table of Contents

Class LedgerBounds

Inheritance
System.Object
LedgerBounds
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LedgerBounds : object

Constructors

LedgerBounds(UInt32, UInt32)

Declaration
public LedgerBounds(uint minLedger, uint maxLedger)
Parameters
Type Name Description
System.UInt32 minLedger
System.UInt32 maxLedger

Properties

MaxLedger

Declaration
public uint MaxLedger { get; }
Property Value
System.UInt32

MinLedger

Declaration
public uint MinLedger { get; }
Property Value
System.UInt32

Methods

FromXdr(LedgerBounds)

Declaration
public static LedgerBounds FromXdr(LedgerBounds xdrLedgerBounds)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.LedgerBounds xdrLedgerBounds
Returns
LedgerBounds

ToXdr()

Declaration
public LedgerBounds ToXdr()
Returns
stellar_dotnet_sdk.xdr.LedgerBounds

Back to top Generated by DocFX