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

Properties

| Improve this Doc 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[]>
| Improve this Doc View Source

Expires

The Time at which this fee schedule expires.

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

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph