Show / Hide Table of Contents

Class FeeSchedules

Object containing the current and next fee schedule returned from the network.

Inheritance
object
FeeSchedules
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 class FeeSchedules

Properties

| Edit this page View Source

Current

Current Fee Schedule

Declaration
public FeeSchedule? Current { get; }
Property Value
Type Description
FeeSchedule
| Edit this page View Source

Next

Fee schedule that is in effect after the current fee schedule expires.

Declaration
public FeeSchedule? Next { get; }
Property Value
Type Description
FeeSchedule
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph