Show / Hide Table of Contents

Class RateData

Represents Hedera hBar rate exchange with USD

Inheritance
object
RateData
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 RateData

Properties

| Edit this page View Source

CentEquivalent

The value of USD in cents of this exchange rate fraction.

Declaration
[JsonPropertyName("cent_equivalent")]
[JsonConverter(typeof(IntMirrorConverter))]
public int CentEquivalent { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Expiration

Time at which this exchange rate is no longer valid.

Declaration
[JsonPropertyName("expiration_time")]
[JsonConverter(typeof(ConsensusTimeStampForExchangeRateConverter))]
public ConsensusTimeStamp Expiration { get; set; }
Property Value
Type Description
ConsensusTimeStamp
| Edit this page View Source

HbarEquivalent

The whole value of hBars for this exchange rate fraction.

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