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.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class FeeSchedules

Properties

| Improve this Doc View Source

Current

Current Fee Schedule

Declaration
public FeeSchedule Current { get; }
Property Value
Type Description
FeeSchedule
| Improve this Doc View Source

Next

Exchange rate that is in effect after the current fee schedule expires.

Declaration
public FeeSchedule Next { get; }
Property Value
Type Description
FeeSchedule
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph