Class NetworkFeeData
Represents Network Fees
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class NetworkFeeData
Properties
| Edit this page View SourceFees
The list of fees and basic gas charged.
Declaration
[JsonPropertyName("fees")]
public NetworkFee[] Fees { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkFee[] |
Timestamp
Timestamp at which this information was generated.
Declaration
[JsonPropertyName("timestamp")]
public ConsensusTimeStamp Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp |