Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCK-JS: Write Token Transaction endpoints #2726

Closed
10 tasks done
ivaylogarnev-limechain opened this issue Dec 17, 2024 · 1 comment
Closed
10 tasks done

TCK-JS: Write Token Transaction endpoints #2726

ivaylogarnev-limechain opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ivaylogarnev-limechain
Copy link
Contributor

ivaylogarnev-limechain commented Dec 17, 2024

The following transactions have E2E tests written in TCK but are currently missing the corresponding endpoints within the JavaScript SDK. To ensure the tests can execute successfully, the necessary endpoints should be implemented:

Please review and update the Token endpoints in the following SDKs:

  • Write TokenAssociateTransaction endpoint
  • Write TokenDissociateTransaction endpoint
  • Write TokenPauseTransaction endpoint
  • Write TokenUnpauseTransaction endpoint
  • Write TokenFreezeTransaction endpoint
  • Write TokenUnfreezeTransaction endpoint
  • Write TokenGrantKycTransaction endpoint
  • Write TokenRevokeKycTransaction endpoint
  • Write TokenMintTransaction endpoint
  • Write TokenBurnTransaction endpoint
@0xivanov
Copy link
Contributor

resolved via #2741

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@0xivanov @ivaylogarnev-limechain and others