-
Notifications
You must be signed in to change notification settings - Fork 4
NFT metadata and creation time #198
Copy link
Copy link
Labels
featureEnhancing an existing feature driven by business requirements. Typically backwards compatible.Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Metadata
Metadata
Assignees
Labels
featureEnhancing an existing feature driven by business requirements. Typically backwards compatible.Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Type
Projects
Status
Backlog
The IHederaTokenService interface requires non-fungible token (NFT) information to include metadata and creation time, which are not part of the IERC721 interface and are currently unavailable for retrieval. To support this functionality, it is necessary to store the creation time in the token’s storage and use base64 encoding to generate metadata from the tokenUri (which is defined in the IERC721 interface).