Skip to content

docs: add TRON wallet-only support documentation#601

Open
shamardy wants to merge 1 commit intodevfrom
feat/add-tron-documentation
Open

docs: add TRON wallet-only support documentation#601
shamardy wants to merge 1 commit intodevfrom
feat/add-tron-documentation

Conversation

@shamardy
Copy link

@shamardy shamardy commented Mar 6, 2026

Summary

  • Documents TRON (TRX) and TRC20 wallet-only support added in KDF PR #2714
  • Adds TronTxFeeDetails structure (bandwidth_used, energy_used, bandwidth_fee, energy_fee, total_fee) to WithdrawFee docs
  • Adds expiration_seconds withdraw request parameter (TRON transaction expiry window)
  • Adds TRX activation example for enable_eth_with_tokens
  • Adds TRX and TRC20 withdraw examples with fee details responses
  • Updates supported platforms list, protocol type enums, and changelog

Files changed (10)

Data: coin_activation.json (TRX request example), wallet.json (Tron fee fields)
Activation: enable_eth_with_tokens, enable_erc20, task_managed/enable_eth, legacy/coin_activation
Withdraw: v20/withdraw, legacy/withdraw
Common structures: wallet (WithdrawFee Tron examples, FeeInfo note)
Changelog: v2.6.0-beta TRON entry

Test plan

  • Verify docs site builds without errors
  • Check activation page renders TRX example correctly
  • Check withdraw page renders TRX/TRC20 examples correctly
  • Verify WithdrawFee table shows new Tron fields
  • Verify protocol type list in error examples includes TRX/TRC20

🤖 Generated with Claude Code

Add documentation for TRON (TRX) and TRC20 token support including:
- Activation via enable_eth_with_tokens and task::enable_eth::init
- TronTxFeeDetails structure (bandwidth/energy fee model)
- Withdraw examples for TRX and TRC20 with fee details
- expiration_seconds withdraw parameter (TRON tx expiry)
- Updated protocol type lists, supported platforms, and changelog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant