Class ExchangeRates
Object containing the current and next exchange rate returned from the network.
Inherited Members
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class ExchangeRates
Properties
| Improve this Doc View SourceCurrent
Current Exchange Rate
Declaration
public ExchangeRate Current { get; }
Property Value
Type | Description |
---|---|
ExchangeRate |
Next
Exchange rate that is in effect after the current exchange rate expires.
Declaration
public ExchangeRate Next { get; }
Property Value
Type | Description |
---|---|
ExchangeRate |