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)
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)