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