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

Add doc reference HIP-765 #148

Open
4 tasks done
SimiHunjan opened this issue Jan 18, 2024 · 0 comments
Open
4 tasks done

Add doc reference HIP-765 #148

SimiHunjan opened this issue Jan 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SimiHunjan
Copy link
Collaborator

SimiHunjan commented Jan 18, 2024

Problem

HIP: https://hips.hedera.com/hip/hip-765

Protobuf PR: hashgraph/hedera-protobufs#313

This HIP proposes the addition of the metadata field to Non-Fungible Token Class, taking after the individual Non-Fungible Token (NFT) metadata field which was added in HIP-17. While HIP-17 metadata is scoped to a single NFT, here we propose adding metadata scoped to an entire token class.

TokenCreateTransactionBody
....
Metadata of the created token definition.
*/
bytes metadata = 23;
TokenUpdateTransactionBody
...
/**
* Metadata of the created token definition
*/
google.protobuf.BytesValue metadata = 16;

Solution

Add setting and updating the token metadata field for NFTs.

Alternatives

No response

Tasks

  1. enhancement
    thenswan
  2. enhancement p1
    svetoslav-nikol0v
  3. enhancement p1
    0xivanov
  4. Feature Enhancement
    gsstoykov
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

1 participant