Class FeeSchedule
Contains a dictionary holding the fee calculation parameters for various network functions.
Implements
Inherited Members
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class FeeSchedule : IEquatable<FeeSchedule>
Properties
| Improve this Doc 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 DateTime Expires { get; }
Property Value
Type | Description |
---|---|
DateTime |