Class NetworkFeesData
Snapshot of the network fee schedule at a given timestamp.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class NetworkFeesData
Properties
| Edit this page View SourceFees
The list of fees and basic gas charged per transaction type.
Declaration
[JsonPropertyName("fees")]
public NetworkFeeData[] Fees { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkFeeData[] |
Timestamp
Timestamp at which this information was generated.
Declaration
[JsonPropertyName("timestamp")]
public ConsensusTimeStamp Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp |