hedera-sdk-java icon indicating copy to clipboard operation
hedera-sdk-java copied to clipboard

Add HIP-646: Fungible Token Metadata Field

Open SimiHunjan opened this issue 1 year ago • 2 comments

Problem

HIP-646 introduces new Hedera protobuf changes where the a token metadata field is added to the TokenCreateTransaction and TokenUpdateTransaction. This metadata field will also be returned in the TokenInfoQuery.

HIP

  • [x] https://hips.hedera.com/hip/hip-646

Hedera Protobuf

  • [ ] (link Hedera protobuf PR when available)

Hedera Services Release

  • 0.42

Summary of API changes

  • [ ] Add metadata field to TokenCreateTransaction
  • [ ] Add metadata field to TokenUpdateTransaction
  • [ ] Return the metadata of a token from the TokenInfoQuery

Solution

Alternatives

No response

SimiHunjan avatar Jul 25 '23 04:07 SimiHunjan