Skip to content

feat(tck): implement updateTokenFeeSchedule JSON-RPC method #2425

Description

@exploreriii

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

Metadata

Metadata

Assignees

Labels

approvedIssue has been approved by team memberscope: TCKinvolves engineering for the implementation of TCK method and moduleskill: intermediaterequires some knowledge of the codebase with some defined steps to implement or examples

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions