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

HIP-796 (Partition Token) #307

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

HIP-796 (Partition Token) #307

wants to merge 2 commits into from

Conversation

venkatbc
Copy link

@venkatbc venkatbc commented Nov 9, 2023

Description: Ability to partition fungible and non-fungible tokens held by an account, and to lock a subset of tokens in an account or account partition, preventing those locked tokens from being transferred.

Related issue(s):

Fixes # Added the required new elements of HIP-796 into messages (as per HIP document) in the below .proto files

  1. basic_types.proto
  2. token_create.proto
  3. token_delete.proto
  4. token_update.proto
  5. partition_create.proto (new file)
  6. partition_delete.proto (new file)
  7. partition_create.proto (new file)
  8. token_lock.proto (new file)
  9. token_unlock.proto (new file)
  10. token_service.proto
  11. transaction_body.proto
  12. transaction_receipt.proto
  13. schedulable_transaction_body.proto

Venkatachalam Vairavan added 2 commits November 9, 2023 16:20
Signed-off-by: Venkatachalam Vairavan <venkat@Venkatachalams-MacBook-Pro.local>
Signed-off-by: Venkatachalam Vairavan <venkat@Venkatachalams-MacBook-Pro.local>
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.

None yet

1 participant