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.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class ExchangeRates

Properties

| Improve this Doc View Source

Current

Current Exchange Rate

Declaration
public ExchangeRate Current { get; }
Property Value
Type Description
ExchangeRate
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph