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

Implement TokenRevokeKycTransaction #407

Merged
merged 4 commits into from
Jul 13, 2023

Conversation

rwalworth
Copy link
Contributor

Description:
This PR implements the APIs associated with TokenRevokeKycTransaction, which allows users to revoke KYC from accounts for specific tokens.

Related issue(s):

Fixes #384

Checklist

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

Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
@rwalworth rwalworth added the New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. label Jul 6, 2023
@rwalworth rwalworth requested a review from deyanzz July 6, 2023 20:37
@rwalworth rwalworth self-assigned this Jul 6, 2023
@rwalworth rwalworth linked an issue Jul 6, 2023 that may be closed by this pull request
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Copy link
Contributor

@deyanzz deyanzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. All local tests passed successfully.

Created the following issue in the Java SDK to track missing tests:

@deyanzz deyanzz merged commit b63b694 into main Jul 13, 2023
2 checks passed
@deyanzz deyanzz deleted the 00384-implement-tokenrevokekyctransaction branch July 13, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature A new feature, service, or documentation. Major changes that are not backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement TokenRevokeKycTransaction
2 participants