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

feat: implementation of transferTokens method (#200) #211

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

arianejasuwienas
Copy link
Contributor

@arianejasuwienas arianejasuwienas commented Jan 21, 2025

Description:
Added support for transfer tokens method on the hts address. When calling transferTokens on the 0x167 it will invoke the tokens transfer compatible with the hts based equivalent.

Related issue(s):

Fixes #200

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@arianejasuwienas arianejasuwienas added the feature Enhancing an existing feature driven by business requirements. Typically backwards compatible. label Jan 21, 2025
@arianejasuwienas arianejasuwienas self-assigned this Jan 21, 2025
@arianejasuwienas arianejasuwienas requested a review from a team as a code owner January 21, 2025 15:05
@arianejasuwienas arianejasuwienas changed the title feat: hts - implementation of hts method (#200) feat: hts - implementation of transfer tokens method (#200) Jan 21, 2025
@acuarica acuarica changed the title feat: hts - implementation of transfer tokens method (#200) feat: implementation of transferTokens method (#200) Jan 22, 2025
@arianejasuwienas arianejasuwienas merged commit fd99e8a into main Jan 22, 2025
12 of 13 checks passed
@arianejasuwienas arianejasuwienas deleted the 200-transfer-multiple-tokens-at-once branch January 22, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement the transferTokens method defined in the IHederaTokenService
2 participants