| Field | Type | Description |
|---|---|---|
nodedata | FeeComponents | Fee charged by Node for this functionality |
networkdata | FeeComponents | Fee charged for network operations by Hedera |
servicedata | FeeComponents | Fee charged for providing service by Hedera |
subType | SubType | SubType distinguishing between different types of FeeData, correlating to the same HederaFunctionality |
Basic Types
FeeData
FeeData is the Hedera protobuf message that aggregates node, network, and service fee components charged for a given transaction or query.
The total fees charged for a transaction. It contains three parts namely node data, network data and service data