We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-657 introduces new Hedera protobuf APIs.
HIP
Hedera Protobuf
Hedera Services Release
Summary of feature
New:
NftMetadataUpdateTransaction
tokenID
metadataKey
metadata
Update Existing Transactions:
TokenCreateTransaction
TokenUpdateTransaction
TokenCreateTransaction.metadataKey
TokenUpdateTransaction.metaDataKey
No response
The text was updated successfully, but these errors were encountered:
Update: This feature will be added in the 0.42 October mainnet release. Could be pushed to the next release if modularization work is not complete.
0.42
Sorry, something went wrong.
Update: This is being pushed to 0.43 Services release.
0.43
feat: add metadata and metadata key to update Nfts and Fungible tokens
61067f0
- Add HIP-646: Fungible Token Metadata Field #614 - Add HIP-765: Non-Fungible Token Metadata Field #763 - Add HIP-657 Mutable metadata fields for dynamic NFTs #612 - Solve backward compatibility issues with hedera-services v0.48.0 #766
No branches or pull requests
Problem
HIP-657 introduces new Hedera protobuf APIs.
HIP
Hedera Protobuf
Hedera Services Release
Summary of feature
New:
NftMetadataUpdateTransaction
tokenID
metadataKey
metadata
Update Existing Transactions:
TokenCreateTransaction
metadataKey
TokenUpdateTransaction
metadataKey
Solution
NftMetadataUpdateTransaction
TokenCreateTransaction.metadataKey
TokenUpdateTransaction.metaDataKey
Alternatives
No response
The text was updated successfully, but these errors were encountered: