Class NetworkFee
Fee Info
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class NetworkFee
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 |