Show / Hide Table of Contents

Class ExchangeRateData

Represents the current and next exchange rate as reported by the hedera network.

Inheritance
object
ExchangeRateData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class ExchangeRateData

Properties

| Edit this page View Source

CurrentRate

The current exchange rate that the hedera network uses to convert fees into hBar equivalent.

Declaration
[JsonPropertyName("current_rate")]
public RateData CurrentRate { get; set; }
Property Value
Type Description
RateData
| Edit this page View Source

NextRate

The next exchange rate that will be used by the hedera network to convert fees into hBar equivalent.

Declaration
[JsonPropertyName("next_rate")]
public RateData NextRate { get; set; }
Property Value
Type Description
RateData
| Edit this page View Source

Timestamp

Timestamp at which this information was generated.

Declaration
[JsonPropertyName("timestamp")]
public ConsensusTimeStamp Timestamp { get; set; }
Property Value
Type Description
ConsensusTimeStamp
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph