- Please see the transaction and query fees table for the base transaction fee
- Please use the Hedera fee estimator to estimate your transaction fee cost
addApprovedHbarTransfer()addApprovedTokenTransfer()addApprovedNftTransfer()addApprovedTokenTransferWithDecimals()
Note: The allowance spender must pay the fee for the transaction.
- The accounts the tokens are being debited from are required to sign the transaction
- If an authorized spender account is spending on behalf of the account that owns the tokens then the spending account is required to sign
- The transaction fee-paying account is required to sign the transaction
Constructor
Transaction Properties
This transaction supports high-volume entity creation
(HIP-1313) when the transfer auto-creates new accounts. Setting
setHighVolume(true)
routes the account-creation portion of the transfer through dedicated high-volume throttle
capacity with variable-rate pricing. The transfer portion itself uses standard throttles
regardless of this flag. Always pair this with setMaxTransactionFee() to cap your costs.