Show / Hide Table of Contents

Class ExchangeRates

Object containing the current and next exchange rate returned from the network.

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

Properties

| Edit this page View Source

Current

Current Exchange Rate

Declaration
public ExchangeRate? Current { get; }
Property Value
Type Description
ExchangeRate
| Edit this page View Source

Next

Exchange rate that is in effect after the current exchange rate expires.

Declaration
public ExchangeRate? Next { get; }
Property Value
Type Description
ExchangeRate
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph