exit-format
exit-format copied to clipboard
Add asset metadata types for fully qualified ERC721, 1155 tokens
From #74,
this PR does not allow for fully qualified assets which are of type EIP-721 (nft) or EIP-1155 (multitoken standard). New combined types could be created to accommodate this. (eg, AssetType.Qualified721).
The combined types would require that the metadata for both location and token specifics are concatenated together (or whatever).