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