Show / Hide Table of Contents

Class FeeSchedule

Contains a dictionary holding the fee calculation parameters for various network functions.

Inheritance
object
FeeSchedule
Implements
IEquatable<FeeSchedule>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record FeeSchedule : IEquatable<FeeSchedule>

Properties

| Edit this page View Source

Data

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[]>
| Edit this page View Source

Expires

The Time at which this fee schedule expires.

Declaration
public ConsensusTimeStamp Expires { get; }
Property Value
Type Description
ConsensusTimeStamp

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph