Update token custom fees
Update the custom fees for a given token. If the token does not have a fee schedule, the network response returned will be CUSTOM_SCHEDULE_ALREADY_HAS_NO_FEES
. You will need to sign the transaction with the fee schedule key to update the fee schedule for the token. If you do not have a fee schedule key set for the token, you will not be able to update the fee schedule.
Transaction Signing Requirements
Fee schedule key
Transaction fee payer account key
Transaction Fees
Please see the transaction and query fees table for base transaction fee
Please use the Hedera fee estimator to estimate your transaction fee cost
Property | Description |
---|---|
Fee Schedule | The new fee schedule for the token |
Constructor | Description |
---|---|
| Initializes a TokenFeeScheduleUpdateTransaction object |
Methods
Method | Type | Requirement |
---|---|---|
| TokenId | Required |
| List<CustomFee> | Optional |
Last updated