Class FeeSchedule
Contains a dictionary holding the fee calculation parameters for various network functions.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record FeeSchedule : IEquatable<FeeSchedule>
Properties
| Edit this page View SourceData
A dictionary mapping hedera functionality (by name) to structured fee data (serialized as JSON data).
Declaration
public Dictionary<string, string[]> Data { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string[]> |
Expires
The Time at which this fee schedule expires.
Declaration
public ConsensusTimeStamp Expires { get; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp |