Hedera
Search…
⌃K
Hedera
Search…
⌃K
Welcome to Hedera — let’s build the future
Getting Started
Tutorials
Networks
Core Concepts
SDKs & APIs
SDKs
REST API
Hedera Consensus Service gRPC API
Hedera APIs
Basic Types
AccountAmount
AccountID
ContractID
CryptoAllowance
CurrentAndNextFeeSchedule
FeeComponents
FeeData
FeeSchedule
FileID
Fraction
HederaFunctionality
Key
KeyList
NftAllowance
NftTransfer
NodeAddress
NodeAddressBook
RealmID
ScheduleID
SemanticVersion
ServicesConfigurationList
ServiceEndpoint
Setting
ShardID
Signature
SignatureList
SignatureMap
SignaturePair
SubType
TransferList
TransactionID
ThresholdKey
ThresholdSignature
TokenAllowance
TokenBalance
TokenBalances
TokenFreezeStatus
TokenPauseStatus
TokenID
TokenKycStatus
TokenRelationship
TokenTransferList
TokenType
TokenSupplyType
TopicID
TransactionFeeSchedule
Cryptocurrency Accounts
Consensus Service
Schedule Service
Token Service
File Service
Smart Contracts
Miscellaneous
Deprecated
Support & Community
Powered By GitBook

FeeData

The total fees charged for a transaction. It contains three parts namely node data, network data and service data
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

​

Previous
FeeComponents
Next
FeeSchedule
Last modified 1mo ago
Copy link
Edit on GitHub