Problem updateTokenFeeSchedule is missing; the driver's TokenFeeScheduleUpdateTransaction suites cannot run.
Solution New handler taking tokenId + customFees. Reuse the existing CustomFeeParams parsing from tck/param/custom_fee.py (already used by createToken) — fixed, fractional, and royalty fees with fallback.
Spec: https://github.com/hiero-ledger/hiero-sdk-tck/blob/main/docs/test-specifications/token-service/TokenFeeScheduleUpdateTransaction.md
JS reference: https://github.com/hiero-ledger/hiero-sdk-js/blob/main/tck/methods/token.ts (updateTokenFeeSchedule)
SDK class: TokenFeeScheduleUpdateTransaction
Problem updateTokenFeeSchedule is missing; the driver's TokenFeeScheduleUpdateTransaction suites cannot run.
Solution New handler taking tokenId + customFees. Reuse the existing CustomFeeParams parsing from tck/param/custom_fee.py (already used by createToken) — fixed, fractional, and royalty fees with fallback.
Spec: https://github.com/hiero-ledger/hiero-sdk-tck/blob/main/docs/test-specifications/token-service/TokenFeeScheduleUpdateTransaction.md
JS reference: https://github.com/hiero-ledger/hiero-sdk-js/blob/main/tck/methods/token.ts (updateTokenFeeSchedule)
SDK class: TokenFeeScheduleUpdateTransaction