Hedera
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

AssessedCustomFee

A custom transfer fee that was assessed during the handling of a CryptoTransfer.
Field
Type
Description
amount
int64
The number of units assessed for the fee
token_id
​TokenID​
The denomination of the fee; taken as hbar if left unset
fee_collector_account_id
​AccountID​
The account to receive the assessed fee
effective_payer_account_id
repeated AccountID​
The account(s) whose final balances would have been higher in the absence of this assessed fee
Previous
CustomFees
Next
CustomFee
Last modified 8mo ago