Hedera
Ask or search…
⌃K
Welcome to Hedera — let’s build the future
Getting Started
Tutorials
Networks
Core Concepts
Open Source Solutions
SDKs & APIs
SDKs
REST API
Hedera Consensus Service gRPC API
Hedera APIs
Basic Types
Cryptocurrency Accounts
Consensus Service
Schedule Service
Token Service
TokenService
CustomFees
AssessedCustomFee
CustomFee
FractionalFee
FixedFee
RoyaltyFee
TokenCreate
TokenUpdate
TokenFeeScheduleUpdate
TokenDelete
TokenMint
TokenBurn
TokenFreezeAccount
TokenUnfreezeAccount
TokenGrantKyc
TokenRevokeKyc
TokenAssociate
TokenDissociate
TokenWipeAccount
TokenPause
TokenUnpause
TokenGetInfo
TokenGetNftInfo
TokenGetNftInfos
TokenGetAccountNftInfo
File Service
Smart Contracts
Miscellaneous
Deprecated
Support & Community
Powered By GitBook
Comment on page

FixedFee

A fixed number of units (hbar or token) to assess as a fee during a CryptoTransfer that transfers units of the token to which this fixed fee is attached.
Field
Type
Description
amount
int64
The number of units to assess as a fee
denominating_token_id
​TokenID​
The denomination of the fee; taken as hbar if left unset
Previous
FractionalFee
Next
RoyaltyFee
Last modified 3mo ago