New Field: Token ID
Last Updated on January 2023
Trait Mapper File Format Has Been Updated!
A new field
tokenId
is addedSince NFTโs token id can be extremely large enough (exceeding
2^64
), we are introducing a new field:tokenId
with string data typeIt is required to insert at least one of
id
,tokenId,
for each item. When both fields are included in a single item,id
is ignored andtokenId
is used
The original field
id
still worksid
can be used rather thantokenId
. The new version of MYTY Kit is compatible with previous Trait Mapper file and asset bundles.The field
id
may be deprecated in the future, so it is highly recommended to usetokenId
rather thanid
.
File Format
Example JSON file
Case 1: Previous Trait Mapper with only
id
Case 2: New Field wth only
tokenId
Case 3: Mix of
id
andtokenId
Last updated