Show / Hide Table of Contents

Class FeeStatsResponse

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

Constructors

FeeStatsResponse(Decimal, Int64, UInt32, FeeStatsResponse.FeeStatsResponseData, FeeStatsResponse.FeeStatsResponseData)

Declaration
public FeeStatsResponse(decimal ledgerCapacityUsage, long lastLedgerBaseFee, uint lastLedger, FeeStatsResponse.FeeStatsResponseData feeCharged, FeeStatsResponse.FeeStatsResponseData maxFee)
Parameters
Type Name Description
System.Decimal ledgerCapacityUsage
System.Int64 lastLedgerBaseFee
System.UInt32 lastLedger
FeeStatsResponse.FeeStatsResponseData feeCharged
FeeStatsResponse.FeeStatsResponseData maxFee

Properties

FeeCharged

Declaration
public FeeStatsResponse.FeeStatsResponseData FeeCharged { get; }
Property Value
FeeStatsResponse.FeeStatsResponseData

LastLedger

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

LastLedgerBaseFee

Declaration
public long LastLedgerBaseFee { get; }
Property Value
System.Int64

LedgerCapacityUsage

Declaration
public decimal LedgerCapacityUsage { get; }
Property Value
System.Decimal

MaxFee

Declaration
public FeeStatsResponse.FeeStatsResponseData MaxFee { get; }
Property Value
FeeStatsResponse.FeeStatsResponseData

Back to top Generated by DocFX