Show / Hide Table of Contents

Class RootResponse

Inheritance
System.Object
Response
RootResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class RootResponse : Response

Constructors

RootResponse(String, String, Int32, Int32, Int32, String, Int32, Int32)

Declaration
public RootResponse(string horizonVersion, string stellarCoreVersion, int historyLatestLedger, int historyElderLedger, int coreLatestLedger, string networkPassphrase, int currentProtocolVersion, int coreSupportedProtocolVersion)
Parameters
Type Name Description
System.String horizonVersion
System.String stellarCoreVersion
System.Int32 historyLatestLedger
System.Int32 historyElderLedger
System.Int32 coreLatestLedger
System.String networkPassphrase
System.Int32 currentProtocolVersion
System.Int32 coreSupportedProtocolVersion

Properties

CoreLatestLedger

Declaration
public int CoreLatestLedger { get; }
Property Value
System.Int32

CoreSupportedProtocolVersion

Declaration
public int CoreSupportedProtocolVersion { get; }
Property Value
System.Int32

CurrentProtocolVersion

Declaration
public int CurrentProtocolVersion { get; }
Property Value
System.Int32

HistoryElderLedger

Declaration
public int HistoryElderLedger { get; }
Property Value
System.Int32

HistoryLatestLedger

Declaration
public int HistoryLatestLedger { get; }
Property Value
System.Int32

HorizonVersion

Declaration
public string HorizonVersion { get; }
Property Value
System.String

NetworkPassphrase

Declaration
public string NetworkPassphrase { get; }
Property Value
System.String

StellarCoreVersion

Declaration
public string StellarCoreVersion { get; }
Property Value
System.String

Back to top Generated by DocFX