Class ExchangeRateData
Represents the current and next exchange rate as reported by the hedera network.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class ExchangeRateData
Properties
| Edit this page View SourceCurrentRate
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 |
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 |
Timestamp
Timestamp at which this information was generated.
Declaration
[JsonPropertyName("timestamp")]
public ConsensusTimeStamp Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp |