hashgraph / hedera-sdk-swift

Hedera™ SDK for Swift
Apache License 2.0
10 stars 9 forks source link

Add HIP-765: Non-Fungible Token Metadata Field #330

Closed RickyLB closed 1 month ago

RickyLB commented 4 months ago

Problem

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

Protobuf PR: https://github.com/hashgraph/hedera-protobufs/pull/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

Implement the HIP References Issue: https://github.com/hashgraph/hedera-sdk-reference/issues/148

Alternatives

No response