Show / Hide Table of Contents

Class NetworkFee

Fee Info

Inheritance
object
NetworkFee
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 NetworkFee

Properties

| Edit this page View Source

GasPrice

The basic charge in gas for the paired transaction type.

Declaration
[JsonPropertyName("gas")]
[JsonConverter(typeof(UnsignedLongMirrorConverter))]
public ulong GasPrice { get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

TransactionType

The name of the transaction type

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