Class RateData
Represents Hedera hBar rate exchange with USD
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class RateData
Properties
| Edit this page View SourceCentEquivalent
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 |
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 |
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 |