Show / Hide Table of Contents

Class NetworkFeeData

Represents Network Fees

Inheritance
object
NetworkFeeData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class NetworkFeeData

Properties

| Edit this page View Source

Fees

The list of fees and basic gas charged.

Declaration
[JsonPropertyName("fees")]
public NetworkFee[] Fees { get; set; }
Property Value
Type Description
NetworkFee[]
| Edit this page View Source

Timestamp

Timestamp at which this information was generated.

Declaration
[JsonPropertyName("timestamp")]
public ConsensusTimeStamp Timestamp { get; set; }
Property Value
Type Description
ConsensusTimeStamp
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph