Skip to content

feat(tck): implement burnToken JSON-RPC method #2417

Description

@exploreriii

Problem The TCK server does not implement burnToken, so the TCK driver's TokenBurnTransaction suites cannot run against the Python SDK.

Solution
Add a burnToken handler similar to the existing mintToken handler in tck/handlers/token.py.

Spec: https://github.com/hiero-ledger/hiero-sdk-tck/blob/main/docs/test-specifications/token-service/TokenBurnTransaction.md

JS reference: https://github.com/hiero-ledger/hiero-sdk-js/blob/main/tck/methods/token.ts (burnToken)

Metadata

Metadata

Assignees

Labels

approvedIssue has been approved by team memberscope: TCKinvolves engineering for the implementation of TCK method and moduleskill: beginnerAchievable by a fairly new comer that has already completed a couple of good first issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions