Class NetworkFeeData
A single network fee entry: gas price paired with a transaction type.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class NetworkFeeData
Properties
| Edit this page View SourceGasPrice
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 |
TransactionType
The name of the transaction type
Declaration
[JsonPropertyName("transaction_type")]
public string TransactionType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |