You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The content you are editing has changed. Please copy your edits and refresh the page.
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.
Solution
Add setting and updating the token metadata field for NFTs.
Alternatives
No response
Tasks
The text was updated successfully, but these errors were encountered: